Post Mortem: A single whitespace character
eatabit.com
Post Mortem: A single whitespace character
1–10 of 209 posts
Re: Post Mortem: A single whitespace character
#2There were a few people using this utility with no problems until one day a particular POP3 server no longer tolerated my utility's malformed requests.
Re: Post Mortem: A single whitespace character
#3Cowboy apparently shot yor no-good dirty sidewinding web requests in the face.
Re: Post Mortem: A single whitespace character
#4Re: Post Mortem: A single whitespace character
#5Request-Line = Method SP Request-URI SP HTTP-Version CRLF
Source: http://www.w3.org/Protocols/rfc2616/rfc2616-sec5.html#sec5.1
Re: Post Mortem: A single whitespace character
#6https://github.com/ninenines/cowboy/blob/master/src/cowboy_p...
I'm guessing around here would be interesting to add a test case to handle.
As far as whose server this is? I'd guess Heroku or AWS, though it's plenty possible T-Mobile could have devised some proxy to inspect traffic, but seems unlikely they would do so with Cowboy?
Re: Post Mortem: A single whitespace character
#7Re: Post Mortem: A single whitespace character
#8Re: Post Mortem: A single whitespace character
#9The Server: cowboy tag is from an Erlang web server: https://github.com/ninenines/cowboy/blob/master/src/cowboy_p... I'm guessing around here would be interesting to add a test case to handle. As far as whose server this is? I'd guess Heroku or AWS, though it's plenty possible T-Mobile could have devised some proxy to inspect traffic, but seems unlikely they would do so with Cowboy?