First of all, please excuse any incorrect terminology I use here, as I'm in over my head at the moment ;)
I upgraded from firebug 1.5.4 to 1.6.0 in order to try and reproduce a bug regarding my application, and after the upgrade I am seeing very odd results in the NET tab when making a request that gives a large response (~1.1MB). On a successful webservice result, I see a single POST in the net tab, with complete size and headers, but every 3rd or 4th request (same request for test purposes), I get a much smaller result (or sometimes no size at all, the size is listed as ?). When I dig into the response headers I see the "Transfer-Encoding: chunked" meta flag set, but in all other successful responses, this is not there. This invalid XML is showing up as an error in my application. Has anyone seen anything like this before? I did not see this in 1.5.4. Below is the info from one of the "failed" requests. === The request header === Host: 127.0.0.1 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv: 1.9.2.13) Gecko/20101203 Firefox/3.6.13 FirePHP/0.5 Accept: application/xml, text/xml, */* Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Content-Type: application/x-www-form-urlencoded; charset=UTF-8 X-Requested-With: XMLHttpRequest Referer: http://127.0.0.1/enteliweb/widget/debugpost Content-Length: 37 Cookie: PHPSESSID=o9b8ol6o4cln59h4fasbh7ot65; frameWidth=250; ys- tree_a793eb30-096b-11e0-8607-d947d8646cf3=o%3AstateHash%3Do %253Aa793eb30-096b-11e0-8607-d947d8646cf3%253Ds%25253A/ a793eb30-096b-11e0-8607-d947d8646cf3; ys-alarmTreeState=o%3AstateHash %3Do%253Aalarmtree_root%253Ds%25253A/alarmtree_root; ys-reportTree=o %3AstateHash%3Do%253Axnode-80%253Ds%25253A/xnode-80 x-insight: activate Pragma: no-cache Cache-Control: no-cache === The response header === Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre- check=0 Pragma: no-cache Transfer-Encoding: chunked Content-Type: text/xml; charset=UTF-8 Expires: Thu, 19 Nov 1981 08:52:00 GMT Server: Microsoft-IIS/7.5 Set-Cookie: PHPSESSID=o9b8ol6o4cln59h4fasbh7ot65; path=/ PHPSESSID=o9b8ol6o4cln59h4fasbh7ot65; path=/ Content-Langauge: en === The response body === 81690 itionList><Property name="InputName" value="120_BG Room Temp Archive"/ ><Property name="Assigned" value=""/><Property name="CategoryName" value="Archival"/><Property name="CategoryLevel" value="3"/><Property name="CategoryColor" value="#89c7d6" === The XML tab result === XML Parsing Error: syntax error Location: moz-nullprincipal: {6207908f-532f-4de5-86f6-3081012c658f} Line Number 1, Column 1: 81690 ^ Thank you for your time! -Shayla -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
