Replace calls to deprecated HttpTransport.send(..) method in SPDY code

This commit is contained in:
Thomas Becker 2013-07-26 17:52:16 +02:00
parent ae785f034e
commit e628478eb4
1 changed files with 0 additions and 1 deletions

View File

@ -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;