Skip to content

Commit

Permalink
mention the name of the draft doc
Browse files Browse the repository at this point in the history
  • Loading branch information
exarkun committed Jan 24, 2022
1 parent c7d82f0 commit 385e9f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/twisted/conch/ssh/filetransfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def dataReceived(self, data):
while len(self.buf) >= 9:
header = self.buf[:9]
length, kind, reqId = struct.unpack("!LBL", header)
# From the draft document:
# From draft-ietf-secsh-filexfer-13 (the draft we implement):
#
# The `length' is the length of the data area [including the
# kind byte], and does not include the `length' field itself.
Expand Down

0 comments on commit 385e9f2

Please sign in to comment.