lgyers / firephp

Automatically exported from code.google.com/p/firephp
0 stars 0 forks source link

More data than 5000 characters #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When my header exceed 5000 characters, It is break into multiple parts. All
parts seems to go out from my server (tested with my ZendStudio). They are
not correctly combined on my Firefox (FF3.0, Firebug 1.2b07, FirePHP 0.1.1).

Original issue reported on code.google.com by christop...@gmail.com on 21 Aug 2008 at 4:59

GoogleCodeExporter commented 9 years ago
The problem affects only the wildfire protocol.

It is caused by headers being trimmed if there is whitespace at the beginning 
or end
of the header value.

I will be updating the wildfire protocol to include a "|" character at the 
beginning
and end of the header values to ensure whitespace is not trimmed.

Original comment by christop...@gmail.com on 25 Aug 2008 at 2:15

GoogleCodeExporter commented 9 years ago

Original comment by christop...@gmail.com on 25 Aug 2008 at 2:22

GoogleCodeExporter commented 9 years ago
Fixed in 0.1.1.2

Original comment by christop...@gmail.com on 25 Aug 2008 at 7:20