mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
Fix PUT and DELETE requests without data
This commit is contained in:
@@ -65,7 +65,7 @@ struct HTTPFetchRequest
|
||||
// Fields of the request
|
||||
StringMap fields;
|
||||
|
||||
// Raw data of the request overrides fields
|
||||
// Raw data of the request (instead of fields)
|
||||
std::string raw_data;
|
||||
|
||||
// If not empty, should contain entries such as "Accept: text/html"
|
||||
|
Reference in New Issue
Block a user