Commit a857bf18 authored by Thiago Macieira's avatar Thiago Macieira Committed by The Qt Project
Browse files

Copy the more efficient HTTP header parser from QtNetwork


The one from QtNetwork is more efficient, since it doesn't use regular
expressions. This also solves a use of uninitialised variables.

error: ‘httpStatusCode’ may be used uninitialized in this function [-Werror=maybe-uninitialized]

Change-Id: Id7f203d971564651eb0bd63d3d54d074be947793
Reviewed-by: default avatarKurt Pattyn <pattyn.kurt@gmail.com>
Showing with 46 additions and 21 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment