Bug 616745 followup - fixed typo

This commit is contained in:
Ehsan Akhgari 2011-03-23 23:48:52 -04:00
parent db01b291f7
commit 35a76662aa

View File

@ -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;