File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1843,7 +1843,7 @@ L<Mojolicious::Plugin::DefaultHelpers/"proxy-E<gt>start_p"> can stream response
18431843as a new chunk of data is received from the backend web service. Additionally they will take care of removing hop-by-hop
18441844headers and protect you automatically from backpressure issues. Which can happen in situations where the connection to
18451845the backend web service is faster than the connection to the client and data forwarding needs to be throttled. And the
1846- best of all, everything happens non-blocking, that means your web server can process other requestes concurrently while
1846+ best of all, everything happens non-blocking, that means your web server can process other requests concurrently while
18471847waiting for I/O.
18481848
18491849 use Mojolicious::Lite -signatures;
You can’t perform that action at this time.
0 commit comments