Home | History | Annotate | Download | only in websockets

Lines Matching refs:reason

92   // effectively do that. |code| must be in the range 1000-4999. |reason| should
98 void StartClosingHandshake(uint16 code, const std::string& reason);
286 // an empty reason string. If state_ is CONNECTED then a Close message is sent
287 // to the remote host containing the supplied |code| and |reason|. If the
293 const std::string& reason) WARN_UNUSED_RESULT;
300 const std::string& reason) WARN_UNUSED_RESULT;
303 // set to 1005 (No status code) with empty |reason|. If the reason text is not
304 // valid UTF-8, then |reason| is set to an empty string. If the payload size
311 std::string* reason,
321 const std::string& reason);
379 // Storage for the status code and reason from the time the Close frame