mcdullbloom

Results 10 comments of mcdullbloom

> My above assumption was correct. Each new `POST` call will reset the healthchecks. Closing this ticket. I also have a ingress controller to change my usptream node, then health...

I found the answer by debuging `lua-resty-lock`. There is a bug in `pcall` which has been fixed. **fix(lock) handle all resty.lock failure modes (https://github.com/Kong/lua-resty-healthcheck/pull/112)** > Kong `2.8.1` uses `lua-resty-healthcheck =...

There're not any error logs.Just set max_body_size failed. plugin: "plugins": { "client-control":{ "max_body_size": 100 } } (gdb) p max_body_size $1 = 0 Detail debug info: ``` (gdb) (gdb) b ngx_http_read_client_request_body...

> Hi @mcdullbloom are you talking about this only ? correct me if I have misunderstood it. ![image](https://private-user-images.githubusercontent.com/43075376/295555471-b3a95137-90b2-4725-aa6f-545cd2e2afee.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MDY1MDAyMDksIm5iZiI6MTcwNjQ5OTkwOSwicGF0aCI6Ii80MzA3NTM3Ni8yOTU1NTU0NzEtYjNhOTUxMzctOTBiMi00NzI1LWFhNmYtNTQ1Y2QyZTJhZmVlLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDAxMjklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwMTI5VDAzNDUwOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTc0NmJhYjE4NDBmNGQ5N2E1NmZiOGUzODFhMmFmNGIyYTgzMjZkYmYzYWNlMGQxY2JjN2I0ZjdlYzMxMTRjZGQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.4SoAYm3Y-KdMnAUWrfSswCiHHYX9CKcHIffvAieFYAA) @Abhijeetmishr It seems that your requet header is bad and apisix returns...

@hardikpatel9 It seems the bug of asynch nginx and doesn't mater with qatengine and openssl.You can reproduce it by constraining `SSL_get_error ` return `SSL_ERROR_WANT_READ` in the mode of `qat-sw`.

![image](https://github.com/intel/asynch_mode_nginx/assets/16033853/33353004-6351-4796-a9d9-c5c654849f8e) @weeweetan I meet the problem too. `ngx_ssl_shutdown` lead to single cpu core high usage.Is it the same?

how to reproduce?

I don't get it.What does the client should do after receive the response? Can you give more details?

@hardikpatel9 @weeweetan not only stream but also http. Condition 1: asynch ssl server { listen 443 ssl asynch; Condition2: ssl_shutdown return -1 ``` for ( ;; ) { /* *...