File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / tests / data / test1559
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 10:01:16 2020 UTC (5 years ago) by misho
Branches: curl, MAIN
CVS tags: v7_70_0p4, HEAD
curl

    1: <testcase>
    2: <info>
    3: <keywords>
    4: CURLOPT_URL
    5: </keywords>
    6: </info>
    7: 
    8: <reply>
    9: </reply>
   10: 
   11: <client>
   12: <server>
   13: none
   14: </server>
   15: 
   16: # require HTTP so that CURLOPT_POSTFIELDS works as assumed
   17: <features>
   18: http
   19: </features>
   20: <tool>
   21: lib1559
   22: </tool>
   23: 
   24: <name>
   25: Set excessive URL lengths
   26: </name>
   27: </client>
   28: 
   29: #
   30: # Verify that the test runs to completion without crashing
   31: <verify>
   32: <errorcode>
   33: 0
   34: </errorcode>
   35: <stdout>
   36: CURLOPT_URL 10000000 bytes URL == 43
   37: CURLOPT_POSTFIELDS 10000000 bytes data == 0
   38: CURLUPART_URL 10000000 bytes URL == 3
   39: CURLUPART_SCHEME 10000000 bytes scheme == 3
   40: CURLUPART_USER 10000000 bytes user == 3
   41: </stdout>
   42: </verify>
   43: 
   44: </testcase>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>