Skip to content
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

Open
FarzadT opened this issue Aug 29, 2014 · 5 comments
Open

Limit on the size of script is around 8K #48

FarzadT opened this issue Aug 29, 2014 · 5 comments

Comments

@FarzadT
Copy link
Contributor

FarzadT commented Aug 29, 2014

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

@jbmusso
Copy link
Owner

jbmusso commented Aug 29, 2014

Thanks, will fix this. Did you catch this when sending many bound parameters?

@FarzadT
Copy link
Contributor Author

FarzadT commented Aug 29, 2014

I believe so. I built a pretty complex script that had many operations in 1 query

@jbmusso
Copy link
Owner

jbmusso commented Aug 31, 2014

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.

@FarzadT
Copy link
Contributor Author

FarzadT commented Sep 1, 2014

@jbmusso
Copy link
Owner

jbmusso commented Sep 1, 2014

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 :).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants