mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 04:58:21 +00:00
Make RFC links in the docs more consistent
This commit is contained in:
parent
f5d6931f00
commit
bb14a44c2f
4 changed files with 16 additions and 18 deletions
|
@ -42,11 +42,11 @@ function skip_http_entity_data%(c: connection, is_orig: bool%): any
|
|||
##
|
||||
## .. note::
|
||||
##
|
||||
## Unescaping reserved characters may cause loss of information. RFC 2396:
|
||||
## A URI is always in an "escaped" form, since escaping or unescaping a
|
||||
## completed URI might change its semantics. Normally, the only time
|
||||
## escape encodings can safely be made is when the URI is being created
|
||||
## from its component parts.
|
||||
## Unescaping reserved characters may cause loss of information.
|
||||
## :rfc:`2396`: A URI is always in an "escaped" form, since escaping or
|
||||
## unescaping a completed URI might change its semantics. Normally, the
|
||||
## only time escape encodings can safely be made is when the URI is
|
||||
## being created from its component parts.
|
||||
function unescape_URI%(URI: string%): string
|
||||
%{
|
||||
const u_char* line = URI->Bytes();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue