Skip to content

Commit

Permalink
#49 - Use a dedicated index variable for demasking.
Browse files Browse the repository at this point in the history
  • Loading branch information
PerMalmberg committed Aug 4, 2019
1 parent d32325c commit b953946
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ namespace smooth::application::network::http::websocket
int total_byte_count{0};
uint64_t payload_length{0};
uint64_t received_payload{0};
uint64_t demask_ix{0};
uint64_t received_payload_in_current_package{0};

void set_message_properties(HTTPPacket& packet);
Expand Down

0 comments on commit b953946

Please sign in to comment.