Fix compiler warnings
This commit is contained in:
parent
af81d52f84
commit
def46a641e
@ -18,7 +18,6 @@ package org.jboss.netty.handler.codec.spdy;
|
|||||||
import static org.jboss.netty.handler.codec.spdy.SpdyCodecUtil.*;
|
import static org.jboss.netty.handler.codec.spdy.SpdyCodecUtil.*;
|
||||||
|
|
||||||
import java.util.HashMap;
|
import java.util.HashMap;
|
||||||
import java.util.List;
|
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
|
||||||
import org.jboss.netty.buffer.ChannelBuffer;
|
import org.jboss.netty.buffer.ChannelBuffer;
|
||||||
@ -104,7 +103,7 @@ public class SpdyHttpDecoder extends OneToOneDecoder {
|
|||||||
Channels.write(ctx, Channels.future(channel), spdyRstStreamFrame);
|
Channels.write(ctx, Channels.future(channel), spdyRstStreamFrame);
|
||||||
}
|
}
|
||||||
|
|
||||||
String URL = SpdyHeaders.getUrl(spdySynStreamFrame);
|
String URL = SpdyHeaders.getUrl(spdyVersion, spdySynStreamFrame);
|
||||||
|
|
||||||
// If a client receives a SYN_STREAM without a 'url' header
|
// If a client receives a SYN_STREAM without a 'url' header
|
||||||
// it must reply with a RST_STREAM with error code PROTOCOL_ERROR
|
// it must reply with a RST_STREAM with error code PROTOCOL_ERROR
|
||||||
|
Loading…
x
Reference in New Issue
Block a user