diff options
Diffstat (limited to 'LibCore/CHttpJob.h')
-rw-r--r-- | LibCore/CHttpJob.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/LibCore/CHttpJob.h b/LibCore/CHttpJob.h index c8d2c8c361..5b714a7f77 100644 --- a/LibCore/CHttpJob.h +++ b/LibCore/CHttpJob.h @@ -18,8 +18,7 @@ public: private: void on_socket_connected(); - enum class State - { + enum class State { InStatus, InHeaders, InBody, |