mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 02:19:22 +02:00
optimize websocket stream
This commit is contained in:
@ -78,7 +78,6 @@ impl HttpResponseParser {
|
||||
-> Poll<Option<Bytes>, PayloadError>
|
||||
where T: IoStream
|
||||
{
|
||||
println!("PARSE payload, {:?}", self.decoder.is_some());
|
||||
if self.decoder.is_some() {
|
||||
loop {
|
||||
// read payload
|
||||
|
Reference in New Issue
Block a user