-
Notifications
You must be signed in to change notification settings - Fork 695
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
POST requests are broken in current master #139
Comments
Also if I make some requests and try to reload my vassal by touching it's config file I'm getting this segfault:
I don't thinks that this is my build issue since my scripts are doing make clean on the way, but it would be better if someone could confirm. |
which is the layout of the configuration in which POST is broken ? (i mean, fastrouter in the middle or something similar) |
It fails with FastRouter, with |
I have nginx in front of FastRouter (using |
should be fixed now, regarding the crash on Py_Finalize, do you have some other info to reproduce it ? As a side note, new fastrouter should be faster than the 1.4 one, can you make a benchmark to confirm that ? |
I'll try to make a clean test case for Py_Finalize and a benchmark for FastRouter 1.4.4 vs current 1.5-dev master |
Master still fails to compile since You splitted request and stderr logging:
|
should be fixed now |
works fine now, thanks |
I'm not sure if this is known issue but doing any POST request with data (it works if I don't have any data) against django app fails with:
This happens in 100% cases even if I use crazy
--socket-timeout
values (like 60 seconds).The text was updated successfully, but these errors were encountered: