mirror of
https://github.com/mirror/wget.git
synced 2024-12-28 22:00:27 +08:00
Document pending work
This commit is contained in:
parent
e13bc90211
commit
4c9e6b4f71
@ -1,3 +1,8 @@
|
||||
2013-09-06 Darshit Shah <darnir@gmail.com>
|
||||
|
||||
* README: New section on pending work. Will keep updating this to keep
|
||||
track of work that remains to be done on this implementation
|
||||
|
||||
2013-09-05 Darshit Shah <darnir@gmail.com>
|
||||
|
||||
* Test-auth-with-content-disposition.py: Add test that ensures Content
|
||||
|
@ -213,6 +213,21 @@ One can use the following command on Unix systems to check for TEST_NAME
|
||||
clashes:
|
||||
$ grep -r -h "TEST_NAME =" | cut -c13- | uniq -c -d
|
||||
|
||||
Work Remaining:
|
||||
================================================================================
|
||||
|
||||
Some amount of work still remains to be done.
|
||||
* Shift to a Thread-based model
|
||||
* Errors in server-side checks need to be handled more explicitly
|
||||
* Support parallel-wget branch
|
||||
* This can easily be done by using the multiprocess.mixin functionality
|
||||
A sample of the required code exists in the earliest commits of the
|
||||
test environment code in my GitHub account.
|
||||
* However, a smarter handling of the same with Threads should be found
|
||||
* SSL Tests. Use xyne's HTTPS server implemention
|
||||
* Complete support for FTP Tests
|
||||
* IRI Support. This shouldn't require much effort
|
||||
|
||||
Requirements:
|
||||
================================================================================
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user