Skip to content

Commit

Permalink
Correct number of requests (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
djones6 authored and ianpartridge committed Apr 11, 2018
1 parent ce0f933 commit 6f70a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/KituraNetTests/ClientE2ETests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class ClientE2ETests: KituraNetTest {
let secondBuffer = "80\r\nContent-Length: 6\r\n\r\nabcdefPO"
let thirdBuffer = "ST / HTTP/1.1\r\nHost: localhost:8080\r\nContent-Length: 6\r\n\r\nabcdef"
let expectedResponse = "Read 6 bytes"
let totalRequests = 2
let totalRequests = 3
doPipelineTest(expecting: expectedResponse, totalRequests: totalRequests) {
socket in
// Disable Nagle's algorithm on this socket to flush first write
Expand Down

0 comments on commit 6f70a9b

Please sign in to comment.