mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-01 08:29:25 +00:00
HTTP - HTTP2 - method: OPTIONS (Web Compatibility)
This commit is contained in:
@@ -495,8 +495,7 @@ Http2Stream::GenerateOpen()
|
||||
firstFrameFlags |= Http2Session::kFlag_END_STREAM;
|
||||
} else if (head->IsPost() ||
|
||||
head->IsPut() ||
|
||||
head->IsConnect() ||
|
||||
head->IsOptions()) {
|
||||
head->IsConnect()) {
|
||||
// place fin in a data frame even for 0 length messages for iterop
|
||||
} else if (!mRequestBodyLenRemaining) {
|
||||
// for other HTTP extension methods, rely on the content-length
|
||||
|
||||
Reference in New Issue
Block a user