Skip to content

Commit

Permalink
Adding completion block
Browse files Browse the repository at this point in the history
It's needed after PR swift-server#55 and I want to see if editing this will trigger a new CI build.
  • Loading branch information
carlbrown authored Sep 27, 2017
1 parent a2418de commit fb2d202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/HTTP/HTTPStreamingParser.swift
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ public class StreamingParser: HTTPResponseWriter {

// TODO use requested encoding if specified
let data = Data(status.utf8)
self.parserConnector?.queueSocketWrite(data)
self.parserConnector?.queueSocketWrite(data, completion: completion)

}

Expand Down

0 comments on commit fb2d202

Please sign in to comment.