fixed bad merge

This commit is contained in:
Greg Wilkins 2013-10-14 13:44:52 +11:00
parent defa3a04cf
commit a3424532e8
1 changed files with 0 additions and 10 deletions

View File

@ -198,16 +198,6 @@ public class UpgradeRequest
return version;
}
public String getProtocolVersion()
{
String version = getHeader("Sec-WebSocket-Version");
if (version == null)
{
return "13";
}
return version;
}
public String getQueryString()
{
return requestURI.getQuery();