AkamaiOPEN-edgegrid-node
AkamaiOPEN-edgegrid-node copied to clipboard
use the max-body from edgerc or from optional argument passed to Edge…
Akamai Forward rewrite Cloudlet api has a max-body size of 131072. The current node implementation uses a hard coded value of 2048. This change allows the value to come from the edgerc file or from the initialization of the EdgeGrid object in api.js.
The default value of 2048 is still used if a value is not passed during initialization.
Looks good to me.
What about current users that have a max-body size in edge.rc that is not 2048. The value will now be picked up. Will this break them?
Steve, Sorry for the delay in comment on this one, finally getting caught up. I think it should work fine, but would you be able to do a quick merge and re-commit your changes so I can pull it down and test?
I'm at the node conference in Portland, I will try to get to it Friday
On Tuesday, December 8, 2015, ktyacke [email protected] wrote:
Steve, Sorry for the delay in comment on this one, finally getting caught up. I think it should work fine, but would you be able to do a quick merge and re-commit your changes so I can pull it down and test?
— Reply to this email directly or view it on GitHub https://github.com/akamai-open/AkamaiOPEN-edgegrid-node/pull/1#issuecomment-162894995 .
No worries Steve, thanks! Hope the conference is going well!
@stevemcginnis Any interest in pushing forward with this PR?
Hi, since this PR was very old we decided to fix this on our own. The fix is ready with recent release. Closing this PR.