Skip to content

Commit

Permalink
fix typo (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
m4xx1m authored Jul 15, 2024
1 parent 7af4329 commit e0b0907
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cycletls/index.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,12 @@ func processRequest(request cycleTLSRequest) (result fullRequest) {
}

}
headeOrder := parseUserAgent(request.Options.UserAgent).HeaderOrder
headerOrder := parseUserAgent(request.Options.UserAgent).HeaderOrder

//ordering the pseudo headers and our normal headers
req.Header = http.Header{
http.HeaderOrderKey: headerorderkey,
http.PHeaderOrderKey: headeOrder,
http.PHeaderOrderKey: headerOrder,
}
//set our Host header
u, err := url.Parse(request.Options.URL)
Expand Down

0 comments on commit e0b0907

Please sign in to comment.