test1559 619 B

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