ATH::Response appears to truncate large payloads. I don't think this is an issue with http/server or io, as both STDOUT.puts and HTTP::Server::Response#write both write the complete payload.
It's important to note that ATH::StreamedResponse does write the complete payload, but I'm curious why the former doesn't.
Happy to share a reproducible payload, but omitting due to size.
ATH::Response
appears to truncate large payloads. I don't think this is an issue withhttp/server
orio
, as bothSTDOUT.puts
andHTTP::Server::Response#write
both write the complete payload.It's important to note that
ATH::StreamedResponse
does write the complete payload, but I'm curious why the former doesn't.Happy to share a reproducible payload, but omitting due to size.