Opened 10 years ago
Last modified 7 years ago
#602 closed defect
Cannot download a 1M file from HelenOS over http/tcp. — at Initial Version
Reported by: | Jakub Jermář | Owned by: | Jiri Svoboda |
---|---|---|---|
Priority: | critical | Milestone: | 0.7.1 |
Component: | helenos/net/tcp | Version: | mainline |
Keywords: | Cc: | ||
Blocker for: | Depends on: | ||
See also: |
Description
With the current mainline (2264, default amd64 build), the following steps will lead to a stalled download of a 1M file at about 340K:
In HelenOS (tools/ew.py):
# websrv # cd /data/web # mount tmpfs /data/web # mkfile -s 1m foo
In a browser running on the same machine as QEMU with HelenOS go to:
{{
http://localhost:8080/foo
}}
The download will start, but after several hundreds of kilobytes it will stall.
Note:
See TracTickets
for help on using tickets.