This commit is contained in:
Víctor Zamanillo 2020-09-26 20:42:32 +02:00
parent c68436373f
commit afca2fe629
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ import (
const (
maxFileNameLenght = 255
tokenParts = 2
tokenParts = 2
)
func main() {

View File

@ -13,7 +13,7 @@ import (
)
const (
headerParts = 2
headerParts = 2
requestParts = 3
)