fix urack.rb upload

This commit is contained in:
roberto@sirius
2010-08-24 16:44:32 +02:00
parent 7ea08093c7
commit 14bf840eef
+4
View File
@@ -191,6 +191,10 @@ module Rack
buf, sender = client.recvfrom(remains)
end
if buf.length == 0
break
end
rack_input.write( buf )
remains -= buf.length
end