refactor: change agentName field

This commit is contained in:
Sofia Rodrigues
2026-03-03 14:24:46 -03:00
parent a2c5f3c79e
commit 71debba5a2

View File

@@ -177,7 +177,7 @@ def toH1Config (config : Config) : Protocol.H1.Config where
maxHeaders := config.maxHeaders
maxHeaderBytes := config.maxHeaderBytes
enableKeepAlive := config.enableKeepAlive
serverName := config.serverName
agentName := config.serverName
maxUriLength := config.maxUriLength
maxStartLineLength := config.maxStartLineLength
maxHeaderNameLength := config.maxHeaderNameLength