fix: typo

This commit is contained in:
fmcloudconsulting
2024-12-17 17:36:18 +01:00
committed by GitHub
parent d881755503
commit 4b80b2c233

View File

@@ -177,7 +177,7 @@ func (c *Conn) Accept() error {
} else {
res.Header.Set("Transport", tr)
}
else {
} else {
res.Status = "461 Unsupported transport"
}