Skip to content
Snippets Groups Projects
Commit face9f12 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

request: cleanup

parent c92f553a
No related branches found
No related tags found
No related merge requests found
...@@ -131,8 +131,8 @@ private: ...@@ -131,8 +131,8 @@ private:
std::function<void(const Request&, bool)> on_expired {}; std::function<void(const Request&, bool)> on_expired {};
Blob msg {}; /* the serialized message. */ Blob msg {}; /* the serialized message. */
Tid socket; /* the socket used for further reponses. */
std::vector<Blob> parts; std::vector<Blob> parts;
Tid socket; /* the socket used for further reponses. */
}; };
} /* namespace net */ } /* namespace net */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment