{"payload":{"header_redesign_enabled":false,"results":[{"author_name":"syedyusufh","author_avatar_url":"https://avatars.githubusercontent.com/u/54112364?s=48&v=4","id":"2545998211","issue":{"issue":{"pull_request_id":null}},"repo":{"repository":{"id":66030306,"name":"reactor-netty","owner_id":4201559,"owner_login":"reactor","updated_at":"2024-09-27T10:23:27.464Z","has_issues":true}},"labels":["for/stackoverflow"],"num_comments":2,"number":3440,"state":"closed","hl_title":"System environment variable option to configure the `ConnectionProvider's evictInBackground` setting","hl_text":"1. Why isn t there a system environment variable option to configure the ConnectionProvider s evictInBackground setting\n as how it is available for the other settings?\n\n2. Will setting the below 2 ...","created":"2024-09-24T20:45:55.000+03:00","reviewable_state":null,"merged":null},{"author_name":"NipunMalhotra-coder","author_avatar_url":"https://avatars.githubusercontent.com/u/68940664?s=48&v=4","id":"2535732134","issue":{"issue":{"pull_request_id":null}},"repo":{"repository":{"id":66030306,"name":"reactor-netty","owner_id":4201559,"owner_login":"reactor","updated_at":"2024-09-27T10:23:27.464Z","has_issues":true}},"labels":["type/bug"],"num_comments":9,"number":3437,"state":"open","hl_title":"LEAK: ByteBuf.release() was not called before it's garbage-collected.","hl_text":"Potential memory leak in spring boot application due to reactor netty.\n\nEnv details: groupId org.springframework.boot /groupId artifactId spring-boot-starter-parent /artifactId version 2.6.6\n/version JDK: ...","created":"2024-09-19T12:00:20.000+03:00","reviewable_state":null,"merged":null},{"author_name":"philwebb","author_avatar_url":"https://avatars.githubusercontent.com/u/519772?s=48&v=4","id":"2529224821","issue":{"issue":{"pull_request_id":null}},"repo":{"repository":{"id":66030306,"name":"reactor-netty","owner_id":4201559,"owner_login":"reactor","updated_at":"2024-09-27T10:23:27.464Z","has_issues":true}},"labels":["type/enhancement"],"num_comments":1,"number":3432,"state":"open","hl_title":"Support X-Forwarded-Prefix in DefaultHttpForwardedHeaderHandler","hl_text":"This has been raised previously, but I thought it was worth asking again since we had a recent Spring Boot issue raised\nabout it. Although it s possible to write code to support X-Forwarded-Prefix headers, ...","created":"2024-09-16T18:52:51.000Z","reviewable_state":null,"merged":null},{"author_name":"amitlpande","author_avatar_url":"https://avatars.githubusercontent.com/u/41168881?s=48&v=4","id":"2524810766","issue":{"issue":{"pull_request_id":null}},"repo":{"repository":{"id":66030306,"name":"reactor-netty","owner_id":4201559,"owner_login":"reactor","updated_at":"2024-09-27T10:23:27.464Z","has_issues":true}},"labels":["for/netty"],"num_comments":3,"number":3431,"state":"closed","hl_title":"ReactorNettyTcpClient and DNSNameResolver instances creation","hl_text":"The question is with reference to https://github.com/netty/netty/pull/13817. In our application, we use netty-reactor\nlibraries (and its dependencies). When we upgraded the to version 4.1.107+, we observed ...","created":"2024-09-13T16:08:03.000+03:00","reviewable_state":null,"merged":null},{"author_name":"userlaojie","author_avatar_url":"https://avatars.githubusercontent.com/u/29828659?s=48&v=4","id":"2498739671","issue":{"issue":{"pull_request_id":null}},"repo":{"repository":{"id":66030306,"name":"reactor-netty","owner_id":4201559,"owner_login":"reactor","updated_at":"2024-09-27T10:23:27.464Z","has_issues":true}},"labels":["for/user-attention","type/bug"],"num_comments":9,"number":3416,"state":"open","hl_title":"The EpollSocketChannel object is too large to be reclaimed by the jvm","hl_text":"!--- Provide a general summary of the issue in the title above --\n\n!--- /!\\ Make sure to follow the Contribution Guidelines and notably for security issues: https://github.com/reactor/.github/blob/main/CONTRIBUTING.md ...","created":"2024-08-31T11:00:01.000+02:00","reviewable_state":null,"merged":null},{"author_name":"gusrb415","author_avatar_url":"https://avatars.githubusercontent.com/u/36431321?s=48&v=4","id":"2496962754","issue":{"issue":{"pull_request_id":null}},"repo":{"repository":{"id":66030306,"name":"reactor-netty","owner_id":4201559,"owner_login":"reactor","updated_at":"2024-09-27T10:23:27.464Z","has_issues":true}},"labels":["type/bug"],"num_comments":0,"number":3415,"state":"open","hl_title":"LEAK on PrematureCloseException from springboot webflux","hl_text":"!--- Provide a general summary of the issue in the title above -- Hi, I am operating a springboot webflux server that\nproxies download stream from another NodeJS server that is behind nginx proxy and developed ...","created":"2024-08-30T11:21:13.000Z","reviewable_state":null,"merged":null},{"author_name":"yuya17","author_avatar_url":"https://avatars.githubusercontent.com/u/15699904?s=48&v=4","id":"2495941570","issue":{"issue":{"pull_request_id":null}},"repo":{"repository":{"id":66030306,"name":"reactor-netty","owner_id":4201559,"owner_login":"reactor","updated_at":"2024-09-27T10:23:27.464Z","has_issues":true}},"labels":["for/user-attention","type/bug"],"num_comments":17,"number":3414,"state":"open","hl_title":"max_idle_time specification when using reactor-netty","hl_text":"We have found that we need to send FIN packets due to the specification of the firewall that exists on the intermediate\nroute, but we would like to confirm the following two points regarding the max_idle_time ...","created":"2024-08-30T04:28:39.000+03:00","reviewable_state":null,"merged":null},{"author_name":"Yosraaaa","author_avatar_url":"https://avatars.githubusercontent.com/u/76686689?s=48&v=4","id":"2494133827","issue":{"issue":{"pull_request_id":null}},"repo":{"repository":{"id":66030306,"name":"reactor-netty","owner_id":4201559,"owner_login":"reactor","updated_at":"2024-09-27T10:23:27.464Z","has_issues":true}},"labels":["for/user-attention","type/bug"],"num_comments":12,"number":3413,"state":"open","hl_title":"Multiple remote servers - Connection reset by peer","hl_text":"I m using WebClient to communicate with multiple remote servers. Most of them require basic authentication, but one\nspecifically uses bearer token authentication. While communication with the servers using ...","created":"2024-08-29T14:08:58.000+03:00","reviewable_state":null,"merged":null},{"author_name":"finalch","author_avatar_url":"https://avatars.githubusercontent.com/u/78520227?s=48&v=4","id":"2486315178","issue":{"issue":{"pull_request_id":null}},"repo":{"repository":{"id":66030306,"name":"reactor-netty","owner_id":4201559,"owner_login":"reactor","updated_at":"2024-09-27T10:23:27.464Z","has_issues":true}},"labels":["status/invalid"],"num_comments":3,"number":3409,"state":"closed","hl_title":"crash occasionally with G1ParScanThreadState::copy_to_survivor_space","hl_text":"Expected Behavior\n\nno crash\n\nActual Behavior\n\ntwo hs_err_pid.log: hs_err_pid53335.log hs_err_pid84685.log\n\nPossible Solution\n\nupgrade reactor-netty?\n\nYour Environment\n\n - Reactor version(s) used: 0.9.7-RELEASE ...","created":"2024-08-26T08:51:24.000Z","reviewable_state":null,"merged":null},{"author_name":"sinbom","author_avatar_url":"https://avatars.githubusercontent.com/u/52724515?s=48&v=4","id":"2485194467","issue":{"issue":{"pull_request_id":null}},"repo":{"repository":{"id":66030306,"name":"reactor-netty","owner_id":4201559,"owner_login":"reactor","updated_at":"2024-09-27T10:23:27.464Z","has_issues":true}},"labels":["for/stackoverflow"],"num_comments":2,"number":3408,"state":"closed","hl_title":"How Effective is the LIFO Strategy in Reactor Netty's Connection Pool for Multi-Host WebClient Scenarios?","hl_text":"I m working with Reactor Netty and have configured maxIdleTimeout to minimize connection drops during network\ncommunication. The LIFO (Last In, First Out) strategy is designed to efficiently manage connections ...","created":"2024-08-25T11:33:31.000Z","reviewable_state":null,"merged":null}],"type":"issues","page":1,"page_count":100,"elapsed_millis":78,"errors":[],"result_count":1309,"facets":[],"protected_org_logins":[],"topics":null,"query_id":"","logged_in":false,"sign_up_path":"/signup?source=code_search_results","sign_in_path":"/login?return_to=https%3A%2F%2Fgithub.com%2Fsearch%3Fq%3Drepo%253Areactor%252Freactor-netty%2B%26type%3DIssues","metadata":null,"warn_limited_results":false},"title":"Issue search results"}