mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 378637 part 2 - change some stack nscstrings to spdystream* autocstring r=hurley
--HG-- extra : rebase_source : 330ac5e429501191430b3f1c9cfc45f21957f7db
This commit is contained in:
parent
3016cdce0a
commit
a64bcfdd0e
@ -290,8 +290,8 @@ Http2Stream::ParseHttpRequestHeaders(const char *buf,
|
||||
*countUsed = avail - (oldLen - endHeader) + 4;
|
||||
mAllHeadersSent = 1;
|
||||
|
||||
nsCString hostHeader;
|
||||
nsCString hashkey;
|
||||
nsAutoCString hostHeader;
|
||||
nsAutoCString hashkey;
|
||||
mTransaction->RequestHead()->GetHeader(nsHttp::Host, hostHeader);
|
||||
|
||||
CreatePushHashKey(NS_LITERAL_CSTRING("https"),
|
||||
|
@ -280,8 +280,8 @@ SpdyStream3::ParseHttpRequestHeaders(const char *buf,
|
||||
*countUsed = avail - (oldLen - endHeader) + 4;
|
||||
mSynFrameComplete = 1;
|
||||
|
||||
nsCString hostHeader;
|
||||
nsCString hashkey;
|
||||
nsAutoCString hostHeader;
|
||||
nsAutoCString hashkey;
|
||||
mTransaction->RequestHead()->GetHeader(nsHttp::Host, hostHeader);
|
||||
|
||||
CreatePushHashKey(NS_LITERAL_CSTRING("https"),
|
||||
|
@ -285,8 +285,8 @@ SpdyStream31::ParseHttpRequestHeaders(const char *buf,
|
||||
*countUsed = avail - (oldLen - endHeader) + 4;
|
||||
mSynFrameComplete = 1;
|
||||
|
||||
nsCString hostHeader;
|
||||
nsCString hashkey;
|
||||
nsAutoCString hostHeader;
|
||||
nsAutoCString hashkey;
|
||||
mTransaction->RequestHead()->GetHeader(nsHttp::Host, hostHeader);
|
||||
|
||||
CreatePushHashKey(NS_LITERAL_CSTRING("https"),
|
||||
|
Loading…
Reference in New Issue
Block a user