How can chunked requests be implemented in the Iris plugin for Caddy? #2290
Unanswered
shivabohemian
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
After developing an Iris plugin for Caddy, I routed requests to Iris once the
iris.Application
was built, with code that looks something like this:This allows Iris to handle requests. However, the issue arises when an endpoint in Iris returns a chunked response, which doesn't seem to take effect. How should I implement the
ServeHTTP
method for the Caddy plugin to address this?Beta Was this translation helpful? Give feedback.
All reactions