commit | ad46ccf09440975618e8fc1ead53d0a27b9bcf4c | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Mon Dec 03 16:30:42 2012 -0500 |
committer | J. Bruce Fields <bfields@redhat.com> | Tue Dec 04 07:47:58 2012 -0500 |
tree | 8f37c936d4753dc815fdc6d47f0ee240621b9736 | |
parent | cc248d4b1ddf05fefc1373d9d7a4dd1df71b6190 [diff] |
svcrpc: delay minimum-rpc-size check till later Soon we want to support multiple fragments, in which case it may be legal for a single fragment to be smaller than 8 bytes, so we'll want to delay this check till we've reached the last fragment. Also fix an outdated comment. Signed-off-by: J. Bruce Fields <bfields@redhat.com>