lib/protocol/http2/framer.rb in protocol-http2-0.11.1 vs lib/protocol/http2/framer.rb in protocol-http2-0.11.2
- old
+ new
@@ -101,10 +101,10 @@
def write_frame(frame)
# Async.logger.debug(self, name: "write") {frame.inspect}
frame.write(@stream)
-
+
# Don't call @stream.flush here because it can cause significant contention if there is a semaphore around this method.
# @stream.flush
return frame
end