ra0o0f / arangoclient.net

ArangoDB .NET Client with LINQ support
Apache License 2.0
99 stars 37 forks source link

Error 505 HTTP Version Not Supported when using BulkImport #111

Open rvazarkar opened 5 years ago

rvazarkar commented 5 years ago

When using the BulkImportAsync function, arangodb is returning a 505 Version Not Supported error after the 201 Created.

image

Looking at the request, it appears to be properly formatted, and the network request says its HTTP 1.1, so not entirely sure if this is an arango issue or a driver issue.