c4e275d8 | 22-Sep-2024 |
Michael Neumann <mneumann@ntecs.de> |
libfetch: don't include fragments in HTTP requests
Fragments are reserved for client-side processing, see https://www.rfc-editor.org/rfc/rfc9110.html#section-7.1
Also, some servers don't like to re
libfetch: don't include fragments in HTTP requests
Fragments are reserved for client-side processing, see https://www.rfc-editor.org/rfc/rfc9110.html#section-7.1
Also, some servers don't like to receive HTTP requests with fragments.
``` $ fetch 'https://dropbox.com/a/b' fetch: https://dropbox.com/a/b: Not Found
$ fetch 'https://dropbox.com/a/b#' fetch: https://dropbox.com/a/b#: Bad Request ```
Taken-from: https://github.com/freebsd/freebsd-src/commit/1af7d5f389536a2f391153513d95d92ffdf360e4
show more ...
|
b13aa964 | 04-Mar-2023 |
Aaron LI <aly@aaronly.me> |
libc: Fix installation of fopencookie.3 man page
Meanwhile, fix the MLINKS error of having odd number of items, which was causing the warning: 'warn: empty MLINK: yp_unbind.3 3' |