http: Skip processing response body for void.
No need to decompress or copy between buffers.
This commit is contained in:
parent
20443571bd
commit
1459c16fb8
4 changed files with 30 additions and 19 deletions
|
@ -64,7 +64,7 @@ static bool RegisterServer(int port) {
|
|||
bool success = false;
|
||||
http::Client http;
|
||||
http::RequestProgress progress;
|
||||
Buffer theVoid;
|
||||
Buffer theVoid = Buffer::Void();
|
||||
|
||||
http.SetUserAgent(StringFromFormat("PPSSPP/%s", PPSSPP_GIT_VERSION));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue