Skip to content

Commit

Permalink
Merge branch 'master' into staging-server
Browse files Browse the repository at this point in the history
  • Loading branch information
rod-hynes committed May 15, 2023
2 parents 2d8440f + 2e656d7 commit a6c7b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psiphon/common/transforms/httpNormalizer.go
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ func (t *HTTPNormalizer) SetWriteDeadline(tt time.Time) error {
if t.passthrough {
return nil
}
return t.Conn.SetReadDeadline(tt)
return t.Conn.SetWriteDeadline(tt)
}

func (t *HTTPNormalizer) GetMetrics() common.LogFields {
Expand Down

0 comments on commit a6c7b2d

Please sign in to comment.