trivial: rename agent to "Tungstenite"

This commit is contained in:
Alexey Galakhov 2017-02-03 22:15:17 +01:00
parent 46bfd81539
commit 345501d5f7
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ use tungstenite::client::connect;
use tungstenite::handshake::Handshake;
use tungstenite::error::{Error, Result};
const AGENT: &'static str = "WS2-RS";
const AGENT: &'static str = "Tungstenite";
fn get_case_count() -> Result<u32> {
let mut socket = connect(