Skip to content

Conversation

@jholdstock
Copy link
Member

Using request.ParseForm causes the body of every request to be read. dcrwebapi only uses query params and GET methods, therefore this was completely unnecessary and was wasting time/resources.

Using request.ParseForm causes the body of every request to be read.
dcrwebapi only uses query params and GET methods, therefore this was
completely unnecessary and was wasting time/resources.
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

Successfully merging this pull request may close these issues.

3 participants