aimeyzie / web-shell

Automatically exported from code.google.com/p/web-shell
0 stars 0 forks source link

no or partial output on 'cat-ing' small files #56

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. predefine command (o.cmd) as 'cat some_very-small-file' (checked on file
of 42 bytes)
2. run server
3. connect via browser
4. no or partial output in teh browser's terminal

What is the expected output? What do you see instead?
expected: full content of file
see: no or partial content of file

What version of the product are you using? On what operating system?
0.9.6

Please provide any additional information below.
python 2.5.2, ubuntu hardy, no ssl

Original issue reported on code.google.com by yur...@gmail.com on 24 Mar 2010 at 8:34

GoogleCodeExporter commented 8 years ago
workaround:
add to the command "&& sleep 1"

Original comment by yur...@gmail.com on 24 Mar 2010 at 8:40