You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The srb_http.c mkdelete() function writes one CRLF too many into the request buffer to be sent, generating HTTP 400 Bad request responses from the server.
It might be worth checking the whole file over for similar mistakes.
The text was updated successfully, but these errors were encountered:
- The local variable name was succeptible to override any previous
variable declaration, thus messing with the format argument's value
- Long name added to prevent collisions of identifiers.
The srb_http.c mkdelete() function writes one CRLF too many into the request buffer to be sent, generating HTTP 400 Bad request responses from the server.
It might be worth checking the whole file over for similar mistakes.
The text was updated successfully, but these errors were encountered: