diff options
author | Moonchild <moonchild@palemoon.org> | 2020-05-18 09:23:17 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-05-20 13:58:23 +0000 |
commit | 7325253d7de7981ad04390e349842b03a2a12dc0 (patch) | |
tree | 70f8f2bee03010fcf610dc93b948f44cfe152635 /netwerk/protocol/http/nsHttpChannel.h | |
parent | 375a3e26a21399cf56291e481253da1fcfa4aba5 (diff) | |
download | uxp-7325253d7de7981ad04390e349842b03a2a12dc0.tar.gz |
Issue mcp-graveyard/UXP#80 - De-unify netwerk/protocol/http
Diffstat (limited to 'netwerk/protocol/http/nsHttpChannel.h')
-rw-r--r-- | netwerk/protocol/http/nsHttpChannel.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/netwerk/protocol/http/nsHttpChannel.h b/netwerk/protocol/http/nsHttpChannel.h index defd710c3a..b7f39b2f09 100644 --- a/netwerk/protocol/http/nsHttpChannel.h +++ b/netwerk/protocol/http/nsHttpChannel.h @@ -35,7 +35,10 @@ class nsIHttpChannelAuthProvider; class nsInputStreamPump; class nsISSLStatus; -namespace mozilla { namespace net { +namespace mozilla { +namespace net { + +bool WillRedirect(nsHttpResponseHead * response); class Http2PushedStream; |