svcrpc: delay minimum-rpc-size check till later
authorJ. Bruce Fields <bfields@redhat.com>
Mon, 3 Dec 2012 21:30:42 +0000 (16:30 -0500)
committerJ. Bruce Fields <bfields@redhat.com>
Tue, 4 Dec 2012 12:47:58 +0000 (07:47 -0500)
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>

No differences found