o curl -d @filename when 'filename' was not possible to access no longer
authorDaniel Stenberg <daniel@haxx.se>
Fri, 12 Aug 2005 21:25:44 +0000 (21:25 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 12 Aug 2005 21:25:44 +0000 (21:25 +0000)
commit639857ceb2450e6bf8fd0c21203b1c01f07eed9e
treef7211ce015b81a4a647bf1cc4679145220e269b6
parent162f58c53ce51375f444e9870246206eb9af650f
o curl -d @filename when 'filename' was not possible to access no longer
  converts the request to a GET, but now instead makes it a POST of no data
o The time condition illegal syntax warning is now inhibited if -s is used.
src/main.c