diff --git a/.lint.py b/.lint.py index 6a006cb1ea..707f8f45b7 100755 --- a/.lint.py +++ b/.lint.py @@ -30,6 +30,7 @@ linenumber += 1 def err(msg): + global foundError foundError = True sys.stderr.write("{0}:{1}: {2}\n".format(inputfile, linenumber, msg)) sys.stderr.write("{0}\n".format(line)) diff --git a/draft-ietf-quic-recovery.md b/draft-ietf-quic-recovery.md index d232a8ad5c..150eed3ebc 100644 --- a/draft-ietf-quic-recovery.md +++ b/draft-ietf-quic-recovery.md @@ -569,8 +569,8 @@ To speed up handshake completion under these conditions, an endpoint MAY send a packet containing unacknowledged CRYPTO data earlier than the PTO expiry, subject to address validation limits; see Section 8.1 of {{QUIC-TRANSPORT}}. -Peers can also use coalesced packets to ensure that each datagram elicits at least -one acknowledgement. For example, clients can coalesce an Initial packet +Peers can also use coalesced packets to ensure that each datagram elicits at +least one acknowledgement. For example, clients can coalesce an Initial packet containing PING and PADDING frames with a 0-RTT data packet and a server can coalesce an Initial packet containing a PING frame with one or more packets in its first flight.