Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP Delete contains one too many CRLF #62

Closed
Joacchim opened this issue Nov 19, 2014 · 1 comment
Closed

HTTP Delete contains one too many CRLF #62

Joacchim opened this issue Nov 19, 2014 · 1 comment

Comments

@Joacchim
Copy link
Contributor

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.

Joacchim added a commit that referenced this issue Nov 24, 2014
 - 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.
@Joacchim
Copy link
Contributor Author

That last commit (2f94a65) actually refers to #61.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant