Merge pull request #6493 from yandex/request-splitting-test

Added a test for bad URIs
This commit is contained in:
alexey-milovidov 2019-08-14 23:55:34 +03:00 committed by GitHub
commit 64f676504d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
SELECT * FROM url('http://127.0.0.1:1337/? HTTP/1.1\r\nTest: test', CSV, 'column1 String'); -- { serverError 1000 }