interims changes

This commit is contained in:
Thomas Becker 2012-08-17 11:52:59 +02:00
parent f8950b64bd
commit b73ca3e316
1 changed files with 1 additions and 0 deletions

View File

@ -296,6 +296,7 @@ public class ServerHTTPSPDYAsyncConnectionFactory extends ServerSPDYAsyncConnect
public void beginRequest(final Headers headers, final boolean endRequest)
{
//TODO: probably not necessary to dispatch beginRequest
this.headers = headers.isEmpty() ? null : headers;
post(new Runnable()
{