huangqian1985 opened a new pull request, #60: URL: https://github.com/apache/calcite-avatica-go/pull/60
when i used avatica-go, i can't change the httpclient's idleConnTimeout, it is set to 90 seconds alway, in my project, i need a longer idleConnTimeout value, so i commit this pr to enable configuration some httpclient params. The params can defined in http url params like 'maxRowsTotal' as same as before. When http params is not defines this httpclient params, they also have default value same to before. One thing i confused is, i determine the min value of these params, but i'm not sure if I want to give a limit to the maximum value, and what should be the maximum limit for each value -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
