Skip to content

Commit

Permalink
request: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
aberaud committed Mar 30, 2020
1 parent c92f553 commit face9f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/request.h
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ struct Request {
std::function<void(const Request&, bool)> on_expired {};

Blob msg {}; /* the serialized message. */
Tid socket; /* the socket used for further reponses. */
std::vector<Blob> parts;
Tid socket; /* the socket used for further reponses. */
};

} /* namespace net */
Expand Down

0 comments on commit face9f1

Please sign in to comment.