Changes between Initial Version and Version 1 of Ticket #28, comment 10
- Timestamp:
- Jul 25, 2016, 9:26:12 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28, comment 10
initial v1 12 12 sets size to 0 for 1 byte blocks and so do request a zero length buffer afterwards although it would need 1 byte. 13 13 14 If I comment out th isblock netdrive/ndpdav plugin works correct with big buffers too.14 If I comment out the 'if' block netdrive/ndpdav plugin works correct with big buffers too. 15 15 16 16 Yuri introduced this problem with http://trac.netlabs.org/ndpdav/changeset/61. I think we can savely revert this piece of code back to orginal (delete above lines) and problem would be solved. Yuri can you comment on this?