busybox/networking
Denys Vlasenko df45eb49ac wget: handle URLs with @ or hash differently
If server replied with 302 and

Location: ?foo

we used to underflow the allocated space while trying to form the "@foo"
filename. Switch to forming "foo" filename.

function                                             old     new   delta
packed_usage                                       32795   32799      +4
parse_url                                            387     352     -35
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 1/1 up/down: 4/-35)             Total: -31 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2018-04-24 13:35:32 +02:00
..
2018-02-11 21:16:24 +01:00
2018-03-08 16:06:18 +01:00
2018-04-15 20:04:57 +02:00
2018-04-08 17:23:27 +02:00
2018-03-20 11:41:51 +01:00
2018-02-08 08:42:37 +01:00
2018-02-14 17:37:41 +01:00