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
{{ message }}
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.
I run into this problem, after I have rebuild the 'make dev' and forgto to configure the view server for python. When I query the view I get 500 response, which is perfectly fine. The problem is that BigCouch doesn't stop at responding to this request one it sends more responses, which confuses the http client.
Here is the dump of the http channel I did the ilegal stuff:
The part from where the first response body begins until the end of second reply seems to be delivered in one tcp packet. After that, bigcouch starts to send the third 500 response, at which point my http client is dazed and confused and disconnects.
I attach the full dump of my test to this report, just in case the previous requests are important to reproduce it.
This issue has been discovered at revision 73f530a which is the tip of master atm.
EDIT: you can't actually attach text files of github. Thats odd... Here is the full dump of my test: http://pastebin.com/u2ggBT6Y
Thanks for the report! The error reporting for chunked responses has proven finicky -- this is not the first time I've seen a report of a multi-valued HTTP response to a view request. We'll track it down.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I run into this problem, after I have rebuild the 'make dev' and forgto to configure the view server for python. When I query the view I get 500 response, which is perfectly fine. The problem is that BigCouch doesn't stop at responding to this request one it sends more responses, which confuses the http client.
Here is the dump of the http channel I did the ilegal stuff:
The part from where the first response body begins until the end of second reply seems to be delivered in one tcp packet. After that, bigcouch starts to send the third 500 response, at which point my http client is dazed and confused and disconnects.
I attach the full dump of my test to this report, just in case the previous requests are important to reproduce it.
This issue has been discovered at revision 73f530a which is the tip of master atm.
EDIT: you can't actually attach text files of github. Thats odd... Here is the full dump of my test: http://pastebin.com/u2ggBT6Y
EDIT2: This is the output of on big couch console: http://pastebin.com/7M3yLJVm
The text was updated successfully, but these errors were encountered: