-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Limit on the size of script is around 8K #48
Comments
Thanks, will fix this. Did you catch this when sending many bound parameters? |
I believe so. I built a pretty complex script that had many operations in 1 query |
For some reasons I'm unable to attach any bindings to Rexster when using POST. I'll have to investigate. In the meanwhile, feel free to open a pull request if you manage to do something. |
Have you looked at this? |
Yes, but I believe my POST request may be malformed. I tried with Node.js http module as well as mikeal's request with no success. I may have missed something really obvious or it could be related to Rexster. Unfortunately I won't have much time to look at this in the next few days. If you manage to get something working, I'll be happy to review and merge :). |
Might want to switch to POST instead of GET. You cannot send over a script of more than 8K length since URL max length is set to 8k
The text was updated successfully, but these errors were encountered: