[Webkit-unassigned] [Bug 28812] provide request / response payload sizes in Resources panel

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 5 06:51:50 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=28812





--- Comment #5 from Jeroen Bensch <jeroen.bensch at dommel.be>  2009-10-05 06:51:50 PDT ---
(In reply to comment #4)

If you check execBatch (there are actually 2, I think that's another bug, you
can only select the last one in WI) you'll see that the request payload is:

<lw2p-requests><lw2p-request action="findAllPortals" windowSize="0"
startRow="0" countRows="0"/></lw2p-requests>

The response payload as HTTPFox detects it is (first part of it):

<?xml version="1.0" encoding="UTF-8"?>
<lw2p-replies><lw2p-reply action="findAllPortals" countRows="0"><portal
description="" id="52" name="CocaCola" version="10"><profile id="83230"
isDefault="true" name="Coca Cola"/>
...

The response is huge.

The first execBatch (unselectable in WI) has as request: 

<lw2p-requests>
<lw2p-request action="getCurrentPortal"/>
</lw2p-requests>

Response (HTTPFox):

<?xml version="1.0" encoding="UTF-8"?>
<lw2p-replies><lw2p-reply action="getCurrentPortal"><portal description=""
id="52" name="CocaCola" version="10"/></lw2p-reply></lw2p-replies>

You are obviously the better bugzilla-er so maybe this should be spawning a new
bug because it obviously hasn't got anything to do with the sizes.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list