NEW188363
[Curl] Request header size is incorrectly reported in NetworkLoadMetrics
https://bugs.webkit.org/show_bug.cgi?id=188363
Summary [Curl] Request header size is incorrectly reported in NetworkLoadMetrics
Don Olmstead
Reported 2018-08-06 16:12:09 PDT
cURL does not expose a way to determine the request header size. Only the total size of the request is available.
Attachments
Joseph Pecoraro
Comment 1 2018-08-07 15:30:03 PDT
Can you get the total and subtract out other sections?
Don Olmstead
Comment 2 2018-08-07 15:37:38 PDT
(In reply to Joseph Pecoraro from comment #1) > Can you get the total and subtract out other sections? Yes we can but I was thinking about taking a stab at it inside of cURL itself rather than doing the math. Seemed less intrusive and the maintainers seemed fine with that being exposed. The functionality is there for the response.
Note You need to log in before you can comment on or make changes to this bug.