loolwsd: compatibility fixes with Poco master
Change-Id: Ide03cc4cce528fa15a9f6b6ba546477e557142fe Reviewed-on: https://gerrit.libreoffice.org/23908 Reviewed-by: Ashod Nakashian <ashnakash@gmail.com> Tested-by: Ashod Nakashian <ashnakash@gmail.com>
This commit is contained in:
parent
b6aeee816c
commit
703febc2e2
1 changed files with 2 additions and 1 deletions
|
@ -55,8 +55,9 @@ public:
|
|||
{ setURI(uri); }
|
||||
virtual std::istream& stream() override
|
||||
{ return *(static_cast<std::istream *>(nullptr)); }
|
||||
virtual bool expectContinue() const override
|
||||
virtual bool expectContinue() const /*override*/ // Some Poco version don't have this.
|
||||
{ return false; }
|
||||
virtual bool secure() const { return true; }
|
||||
virtual const SocketAddress& clientAddress() const override
|
||||
{ return _clientAddress; }
|
||||
virtual const SocketAddress& serverAddress() const override
|
||||
|
|
Loading…
Reference in a new issue