diff options
| author | Zousar Shaker <[email protected]> | 2021-11-25 14:24:37 -0700 |
|---|---|---|
| committer | Zousar Shaker <[email protected]> | 2021-11-25 14:24:37 -0700 |
| commit | 81dac5b9548d5f300d3a504b0db8a3623a65d2e5 (patch) | |
| tree | 6e3fb718b79d4c6dcfcea0cc89368b2283d1e315 /zenhttp/include | |
| parent | Fix asio request routing so that a url of "/cas" will route to the service fo... (diff) | |
| download | zen-81dac5b9548d5f300d3a504b0db8a3623a65d2e5.tar.xz zen-81dac5b9548d5f300d3a504b0db8a3623a65d2e5.zip | |
Fix handling of packages/offers in asio mode to match http.sys mode.
Diffstat (limited to 'zenhttp/include')
| -rw-r--r-- | zenhttp/include/zenhttp/httpserver.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zenhttp/include/zenhttp/httpserver.h b/zenhttp/include/zenhttp/httpserver.h index 93ba452c7..088028081 100644 --- a/zenhttp/include/zenhttp/httpserver.h +++ b/zenhttp/include/zenhttp/httpserver.h @@ -269,6 +269,8 @@ private: std::unordered_map<std::string, std::string> m_PatternMap; }; +bool HandlePackageOffers(HttpService& Service, HttpServerRequest& Request, Ref<IHttpPackageHandler>& PackageHandlerRef); + void http_forcelink(); // internal } // namespace zen |