Skip to content

Commit e86dcc9

Browse files
fabianfettglbrntt
andauthored
Apply suggestions from code review
Co-authored-by: George Barnett <[email protected]>
1 parent ae52491 commit e86dcc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Sources/AsyncHTTPClient/ConnectionPool/HTTP2/HTTP2Connection.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ final class HTTP2Connection {
128128
self.multiplexer.createStreamChannel(promise: createStreamChannelPromise) { channel -> EventLoopFuture<Void> in
129129
do {
130130
// We only support http/2 over an https connection – using the Application-Layer
131-
// Protocol Negotiation (ALPN). For this reason it is save to fix this to `.https`.
131+
// Protocol Negotiation (ALPN). For this reason it is safe to fix this to `.https`.
132132
let translate = HTTP2FramePayloadToHTTP1ClientCodec(httpProtocol: .https)
133133
let handler = HTTP2ClientRequestHandler(eventLoop: channel.eventLoop)
134134

0 commit comments

Comments
 (0)