Bug 188363
| Summary: | [Curl] Request header size is incorrectly reported in NetworkLoadMetrics | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Don Olmstead <don.olmstead> |
| Component: | Platform | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | joepeck |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Don Olmstead
cURL does not expose a way to determine the request header size. Only the total size of the request is available.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Joseph Pecoraro
Can you get the total and subtract out other sections?
Don Olmstead
(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.