gquintard / vmod-reqwest

BSD 3-Clause "New" or "Revised" License
9 stars 7 forks source link

with cargo 1.70, test01 and test04 fail #6

Closed gquintard closed 1 year ago

gquintard commented 1 year ago

most probably a stack issue, I need to see how to reduce stack allocations

adding -arg "-p thread_pool_stack=100k" to the varnish command does the trick

gquintard commented 1 year ago

fixed