Advertisement
Guest User

Untitled

a guest
Apr 13th, 2013
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.31 KB | None | 0 0
  1. @@ -344,6 +344,8 @@ getClientRequest(TSHttpTxn txnp, TSMBuffer bufp, TSMLoc hdr_loc, TSMLoc url_loc,
  2.  
  3.    if (!query) {
  4.      LOG_ERROR("Could not get query from request URL");
  5. +    creq.status = TS_HTTP_STATUS_BAD_REQUEST;
  6. +    return;
  7.    } else {
  8.      if (!getDefaultBucket(txnp, bufp, hdr_loc, creq))
  9.        {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement