transforminteractive / alt-f

Automatically exported from code.google.com/p/alt-f

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proxy reports http protocol violation due to LFLF instead of CRLFCRLF

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. Start Fiddler Http Debugger
2. Browse alt-f admin site on recently flashed DNS-323 running Alt-F 0.1RC3

What is the expected output? What do you see instead?
Fiddler reports http protocol violations due to the use of LFLF to separate the 
http headers from the body, rather than CRLFCRLF

"84:The Server did not return properly formatted HTTP Headers. HTTP headers 
should be terminated with CRLFCRLF. These were terminated with LFLF."

What Alt-F version are you using? Have you flashed it?
Flashed 0.1RC3 on DNS-323 rev-B1

Please provide any additional information below
Obviously not a big issue but worth noting none the less.

Original issue reported on code.google.com by lewi...@gmail.com on 15 Apr 2013 at 7:23

Use CRLN instead of LN on HTTP headers (SVN commit 2293)

Can you please check if it's OK now?

Thanks.

Original comment by whoami.j...@gmail.com on 16 Apr 2013 at 6:57

  • Changed state: Accepted
Wow, I just came back to submit my patch for this and noticed you've already 
fixed and integrated the changes. Nice work.

I've verified your update resolves the errors and felt comforted to see our 
changes were pretty much in lockstep. 

Thanks!


Original comment by lewi...@gmail.com on 16 Apr 2013 at 8:04

OK, closing,
thanks.

Original comment by whoami.j...@gmail.com on 17 Apr 2013 at 1:49

  • Changed state: Fixed