Home | History | Annotate | Download | only in websockets

Lines Matching full:reason

78   // effectively do that. |code| must be in the range 1000-4999. |reason| should
84 void StartClosingHandshake(uint16 code, const std::string& reason);
112 // When failing a channel, we may or may not want to send the real reason for
185 // RFC6455. The supplied code and reason are sent back to the renderer in an
191 void FailChannel(ExposeError expose, uint16 code, const std::string& reason);
197 void SendClose(uint16 code, const std::string& reason);
200 // 1005 (No status code) with empty |reason|. If the supplied code is
202 // reason text is not valid UTF-8, then |reason| is set to an empty string
206 std::string* reason);
253 // Storage for the status code and reason from the time we receive the Close