Skip to content

Commit

Permalink
Update ocsp/responder/responder.go
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Hoffman-Andrews <[email protected]>
  • Loading branch information
pgporada and jsha authored Aug 31, 2023
1 parent fc0116d commit bcbfac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocsp/responder/responder.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ func (rs Responder) sampledError(format string, a ...interface{}) {
// mapping from an OCSP request to an OCSP response is done by the Source; the
// Responder simply decodes the request, and passes back whatever response is
// provided by the source.
// The Responder will set these headers:ServeHTTP
// The Responder will set these headers:
//
// Cache-Control: "max-age=(response.NextUpdate-now), public, no-transform, must-revalidate",
// Last-Modified: response.ThisUpdate,
Expand Down

0 comments on commit bcbfac3

Please sign in to comment.