mirror of
https://git.proxmox.com/git/pve-http-server
synced 2025-08-05 18:03:16 +00:00
header processing: add comments
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
14f39f121c
commit
4737252f60
@ -1333,6 +1333,7 @@ sub unshift_read_header {
|
||||
});
|
||||
};
|
||||
|
||||
# sends an (error) response and returns 0 in case of errors
|
||||
sub process_header {
|
||||
my ($self, $reqstate) = @_;
|
||||
|
||||
@ -1385,6 +1386,8 @@ sub process_header {
|
||||
return 1;
|
||||
}
|
||||
|
||||
# sends an (redirect) response, disconnects the client and returns 0 if
|
||||
# connection is not TLS-protected
|
||||
sub ensure_tls_connection {
|
||||
my ($self, $reqstate) = @_;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user