You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Source.single(FrameEvent.empty(opcode, fin =false)) ++
data.map(FrameEvent.fullFrame(Opcode.Continuation, None, _, fin =false)) ++Source.single(FrameEvent.emptyLastContinuationFrame)
The text was updated successfully, but these errors were encountered:
jrudolph
added
1 - triaged
Tickets that are safe to pick up for contributing in terms of likeliness of being accepted
t:client
Issues related to the HTTP Client
t:core
Issues related to the akka-http-core module
t:server
Issues related to the HTTP server
labels
Jan 10, 2017
For implementation reasons, the WS implementation sends out a streamed WS message as this succession of frames:
akka-http/akka-http-core/src/main/scala/akka/http/impl/engine/ws/MessageToFrameRenderer.scala
Line 25 in 5932237
The first frame could be optimized away.
This was observed in #730 by @elseorand.
The text was updated successfully, but these errors were encountered: