mirror of
https://github.com/jlengrand/vert.x.git
synced 2026-03-10 08:51:19 +00:00
Make sure writeHead is set to true before connect
This commit is contained in:
@@ -189,8 +189,8 @@ public class DefaultHttpClientRequest implements HttpClientRequest {
|
||||
writeHead();
|
||||
}
|
||||
} else {
|
||||
connect();
|
||||
writeHead = true;
|
||||
connect();
|
||||
}
|
||||
return this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user