
17 Apr
2018
17 Apr
'18
5:10 p.m.
Hi Duncan,
On 14 April 2018 at 17:43, DH@synoia.com wrote:
From: Duncan Hare DuncanCHare@yahoo.com
Why http and wget:
HTTP is the most efficient file retrieval protocol in common use. The client send a single request, after TCP connection, to receive a file of any length.
WGET is the application which implements http file transfer outside browsers as a file transfer protocol. Versions of wget exists on many operating systems. END
Why END?
Signed-off-by: Duncan Hare DuncanCHare@yahoo.com
Changes in v10: None
There is no change log here. Has nothing changed since v1?
This code looks OK to me, but please can you run it through patman? I see what look like some style errors.
How can we create a test for this? Can we add something to test_net.py ?
Regards, Simon