gostor / gotgt

Simple Golang iSCSI Target framework
Apache License 2.0
261 stars 49 forks source link

Making sure the required number of bytes are read #47

Closed payes closed 7 years ago

payes commented 7 years ago

46 Read was returning without filling the complete buffer allocated. In some cases, Basic Header Segment (48 bytes) was not being read completely.

carmark commented 7 years ago

Thanks @payes

so can we close https://github.com/gostor/gotgt/issues/46 ?

payes commented 7 years ago

Yes this merge fixes that issue. I have closed it. Thanks.