[network] move some generic websocket code to the baseclass

This commit is contained in:
Moonchild 2022-12-15 10:59:40 +00:00 committed by roytam1
commit 6a1e540412
4 changed files with 7 additions and 3 deletions

View file

@ -79,6 +79,7 @@ class BaseWebSocketChannel : public nsIWebSocketChannel,
};
protected:
virtual ~BaseWebSocketChannel();
nsCOMPtr<nsIURI> mOriginalURI;
nsCOMPtr<nsIURI> mURI;
RefPtr<ListenerAndContextContainer> mListenerMT;