mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 616745 followup - fixed typo
This commit is contained in:
parent
db01b291f7
commit
35a76662aa
@ -686,7 +686,7 @@ nsHttpTransaction::LocateHttpStart(char *buf, PRUint32 len,
|
||||
NS_ASSERTION(!aAllowPartialMatch || mLineBuf.IsEmpty(), "ouch");
|
||||
|
||||
static const char HTTPHeader[] = "HTTP/1.";
|
||||
static const PRUInt32 HTTPHeaderLen = sizeof(HTTPHeader) - 1;
|
||||
static const PRUint32 HTTPHeaderLen = sizeof(HTTPHeader) - 1;
|
||||
static const char HTTP2Header[] = "HTTP/2.0";
|
||||
static const PRUint32 HTTP2HeaderLen = sizeof(HTTP2Header) - 1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user