mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Fix 3rd party login issue on macOS (#4739)
* Fix use-after-free error * Ignore http OPTIONS method * Make sure response has sent before closing the http server
This commit is contained in:
@@ -28,6 +28,7 @@ class http_headers
|
||||
|
||||
std::map<std::string, std::string> headers;
|
||||
|
||||
friend class session;
|
||||
public:
|
||||
std::string get_url() { return url; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user