Tested and fixed server_name resolution

This commit is contained in:
LuckyLaszlo
2022-08-15 19:31:43 +02:00
parent 3fe37ea451
commit fe89be65f6
4 changed files with 38 additions and 9 deletions

View File

@@ -1,21 +1,20 @@
IN 42 SUBJECT AND/OR PRIORITY :
- CGI (TODO HUGO)
- chunked request (need testing)
- Need to test normal body parsing
- upload files testing and adjustements
- Need to test normal body parsing (Verif avec HUGO)
- Ecrire des tests !
- handle redirection (Work, but weird behavior need deeper test)
- check return 0 de send()
- curl --resolve, for testing hostname
curl -v --resolve server1:4040:127.0.0.1 --resolve server2:4040:127.0.0.1 server1:4040
- test limit de connexions sur listen()
-----------------------------
Si ce n'est pas deja fait :
peut-être check si ip > 32bits
-----------------------------
- chunked request (need testing)
- client_body_limit 0 valeur special pour desactiver dans config
- gerer le champ "Accept" du client
- gerer les ".." dans un URL (verifier que l'on ne sort pas du dossier "root")