Commit d7a7ec3
committed
fix: add content-length to 301 response
If the root URL is missing the trailing /, roundup-server returns a
301 redirect with the trailing /. However it was missing the
content-length that allows the client to handle the response and
redirect and reuse the connection (for http 1.1).1 parent f2cf3bf commit d7a7ec3
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
405 | 405 | | |
406 | 406 | | |
407 | 407 | | |
| 408 | + | |
408 | 409 | | |
409 | 410 | | |
410 | 411 | | |
| |||
0 commit comments