Services/HTTP: Implemented the InitializeConnectionSession function.

This commit is contained in:
Subv
2018-07-25 16:13:47 -05:00
parent 28c296a13b
commit 03294ce6b4
2 changed files with 59 additions and 2 deletions

View File

@@ -171,6 +171,17 @@ private:
*/
void CloseContext(Kernel::HLERequestContext& ctx);
/**
* HTTP_C::InitializeConnectionSession service function
* Inputs:
* 1 : HTTP context handle
* 2 : 0x20, processID translate-header for the ARM11-kernel
* 3 : processID set by the ARM11-kernel
* Outputs:
* 1 : Result of function, 0 on success, otherwise error code
*/
void InitializeConnectionSession(Kernel::HLERequestContext& ctx);
/**
* HTTP_C::AddRequestHeader service function
* Inputs: