Replace calls to deprecated HttpTransport.send(..) method in SPDY code
This commit is contained in:
parent
ae785f034e
commit
e628478eb4
|
@ -18,7 +18,6 @@
|
|||
|
||||
package org.eclipse.jetty.spdy.server.proxy;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.nio.ByteBuffer;
|
||||
import java.util.regex.Matcher;
|
||||
import java.util.regex.Pattern;
|
||||
|
|
Loading…
Reference in New Issue