Skip to content
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.

respect the msize value for read/write #27

Commits on Sep 30, 2016

  1. Fix client side msize negociation

    Fix read/write to take msize into account (and chunking data if necessary)
    
    Signed-off-by: Simon Ferquel <[email protected]>
    simonferquel committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    2693498 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2016

  1. Code refactoring according to review

    Signed-off-by: Simon Ferquel <[email protected]>
    simonferquel committed Oct 3, 2016
    Configuration menu
    Copy the full SHA
    7fc7fd7 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2016

  1. Reverted change for Splitting PR

    Signed-off-by: Simon Ferquel <[email protected]>
    simonferquel committed Oct 4, 2016
    Configuration menu
    Copy the full SHA
    d653a22 View commit details
    Browse the repository at this point in the history
  2. Move the message truncation / limit to partial read to the encoding l…

    …ayer
    
    + expose / read write operations as standard io.Reader|Writer interfaces
    
    Signed-off-by: Simon Ferquel <[email protected]>
    simonferquel committed Oct 4, 2016
    Configuration menu
    Copy the full SHA
    5804889 View commit details
    Browse the repository at this point in the history
  3. Fix auto imports

    Signed-off-by: Simon Ferquel <[email protected]>
    simonferquel committed Oct 4, 2016
    Configuration menu
    Copy the full SHA
    cb59176 View commit details
    Browse the repository at this point in the history
  4. Fix tests

    Signed-off-by: Simon Ferquel <[email protected]>
    simonferquel committed Oct 4, 2016
    Configuration menu
    Copy the full SHA
    b6be954 View commit details
    Browse the repository at this point in the history
  5. Fix test/build

    Signed-off-by: Simon Ferquel <[email protected]>
    simonferquel committed Oct 4, 2016
    Configuration menu
    Copy the full SHA
    9fd7daa View commit details
    Browse the repository at this point in the history