Merge date | Subject - Severity (minor, medium, major, critical) |
2022-07-27 | BUG/MEDIUM: wdt: don't trigger the watchdog when p is unitialized |
2022-05-12 | BUG/MINOR: mux-h2: mark the stream as open before processing it not after |
2022-05-11 | BUG/MAJOR: dns: multi-thread concurrency issue on UDP socket |
2022-04-29 | BUG/MINOR: pools: make sure to also destroy shared pools in pool_destroy_all() |
2022-04-29 | BUG/MINOR: rules: Fix check_capture() function to use the right rule arguments |
2022-04-29 | BUG/MINOR: cache: Disable cache if applet creation fails |
2022-04-29 | BUG/MEDIUM: compression: Don't forget to update htx_sl and http_msg flags |
2022-04-29 | BUG/MEDIUM: fcgi-app: Use http_msg flags to know if C-L header can be added |
2022-04-29 | BUG/MEDIUM: mux-h1: Don't request more room on partial trailers |
2022-04-29 | BUG/MINOR: mux-h2: use timeout http-request as a fallback for http-keep-alive |
2022-04-29 | BUG/MINOR: mux-h2: do not use timeout http-keep-alive on backend side |
2022-04-29 | BUG/MINOR: cache: do not display expired entries in "show cache" |
2022-04-29 | BUG/MINOR: mux-h2: do not send GOAWAY if SETTINGS were not sent |
2022-04-29 | BUG/MEDIUM: http-act: Don't replace URI if path is not found or invalid |
2022-04-29 | BUG/MEDIUM: http-conv: Fix url_enc() to not crush const samples |
2022-04-29 | BUG/MINOR: fcgi-app: Don't add C-L header on response to HEAD requests |
2022-04-29 | BUG/MAJOR: mux_pt: always report the connection error to the conn_stream |
2022-04-29 | BUG/MINOR: cli/stream: fix "shutdown session" to iterate over all threads |
2022-04-29 | BUG/MEDIUM: mux-h2: make use of http-request and keep-alive timeouts |
2022-04-29 | BUG/MEDIUM: stream-int: do not rely on the connection error once established |
2022-03-28 | BUG/MEDIUM: mux-h1: Properly detect full buffer cases when adding EOM block |
2022-03-28 | BUG/MEDIUM: mux-h1: Properly detect full buffer cases during message parsing |
2022-03-28 | BUG/MEDIUM: mux-fcgi: Properly handle return value of headers/trailers parsing |
2022-03-28 | BUG/MINOR: tools: url2sa reads too far when no port nor path |
2022-03-28 | BUG/MEDIUM: trace: avoid race condition when retrieving session from conn->owner |
2022-03-28 | BUG/MEDIUM: mux-h1: only turn CO_FL_ERROR to CS_FL_ERROR with empty ibuf |
2022-03-25 | BUG/MINOR: tools: fix url2sa return value with IPv4 |
2022-03-14 | BUG/MINOR: stream: make the call_rate only count the no-progress calls |
2022-03-14 | BUG/MAJOR: mux-pt: Always destroy the backend connection on detach |
2022-03-14 | DEBUG: stream: Fix stream trace message to print response buffer state |
2022-03-14 | DEBUG: stream: Add the missing descriptions for stream trace events |
2022-03-14 | BUG/MEDIUM: mcli: Properly handle errors and timeouts during reponse processing |
2022-03-14 | DEBUG: cache: Update underlying buffer when loading HTX message in cache applet |
2022-03-14 | BUG/MINOR: promex: Set conn-stream/channel EOI flags at the end of request |
2022-03-14 | BUG/MINOR: cache: Set conn-stream/channel EOI flags at the end of request |
2022-03-14 | BUG/MINOR: stats: Set conn-stream/channel EOI flags at the end of request |
2022-03-14 | BUG/MINOR: hlua: Set conn-stream/channel EOI flags at the end of request |
2022-03-14 | BUG/MINOR: cli: shows correct mode in "show sess" |
2022-03-14 | BUG/MINOR: add missing modes in proxy_mode_str() |
2022-03-01 | BUILD/MINOR: sched: drop the DEBUG_TASK parts from latest fix |
2022-02-25 | BUG/MAJOR: sched: prevent rare concurrent wakeup of multi-threaded tasks |
2022-02-25 | BUG/MINOR: task: do not set TASK_F_USR1 for no reason |
2022-02-25 | BUG/MEDIUM: stream: Abort processing if response buffer allocation fails |
2022-02-25 | BUG/MAJOR: mux-h2: Be sure to always report HTX parsing error to the app layer |
2022-02-25 | BUG/MEDIUM: mux-h1: Don't wake h1s if mux is blocked on lack of output buffer |
2022-02-25 | BUG/MEDIUM: htx: Be sure to have a buffer to perform a raw copy of a message |
2022-02-25 | BUG/MINOR: tools: url2sa reads ipv4 too far |
2022-02-25 | BUG/MINOR: mailers: negotiate SMTP, not ESMTP |
2022-02-25 | BUG/MEDIUM: fd: always align fdtab[] to 64 bytes |
2022-02-25 | BUG/MEDIUM: resolvers: Really ignore trailing dot in domain names |
2022-02-25 | BUG/MINOR: sink: Use the right field in appctx context in release callback |
2022-02-25 | BUG/MINOR: mworker: fix a FD leak of a sockpair upon a failed reload |
2022-02-25 | BUG/MEDIUM: mworker: close unused transferred FDs on load failure |
2022-02-25 | BUG/MAJOR: spoe: properly detach all agents when releasing the applet |
2022-02-25 | BUG/MAJOR: http/htx: prevent unbounded loop in http_manage_server_side_cookies |
2022-02-25 | BUG/MEDIUM: listener: read-lock the listener during accept() |
2022-02-25 | BUG/MINOR: mworker: does not erase the pidfile upon reload |
2022-02-25 | BUG/MEDIUM: mworker: don't lose the stats socket on failed reload |
2022-01-26 | BUG/MEDIUM: mcli: always realign wrapping buffers before parsing them |
2022-01-26 | BUG/MEDIUM: mcli: do not try to parse empty buffers |
2022-01-26 | BUG/MEDIUM: cli: Never wait for more data on client shutdown |
2022-01-26 | BUG/MINOR: cli: avoid O(bufsize) parsing cost on pipelined commands |
2022-01-26 | BUG/MEDIUM: htx: Adjust length to add DATA block in an empty HTX buffer |
2022-01-11 | BUG/MEDIUM: mworker: don't use _getsocks in wait mode |
2022-01-10 | BUG/MEDIUM: http-ana: Preserve response's FLT_END analyser on L7 retry |
2022-01-10 | BUG/MINOR: cli: fix _getsocks with musl libc |
2022-01-10 | BUG/MINOR: ssl: free the fields in srv->ssl_ctx |
2021-12-24 | BUG/MINOR: pools: don't mark ourselves as harmless in DEBUG_UAF mode |
2021-12-24 | BUG/MINOR: backend: restore the SF_SRV_REUSED flag original purpose |
2021-12-24 | BUG/MINOR: backend: do not set sni on connection reuse |
2021-12-24 | BUG/MEDIUM: mworker/cli: crash when trying to access an old PID in prompt mode |
2021-12-07 | CI: Fix DEBUG_STRICT definition for Coverity |
2021-12-07 | CI: Set DEBUG=-DDEBUG_STRICT=1 in GitHub Actions |
2021-12-02 | BUG/MAJOR: segfault using multiple log forward sections. |
2021-12-02 | BUG/MEDIUM: resolvers: Detach query item on response error |
2021-12-02 | BUG/MEDIUM: cli: Properly set stream analyzers to process one command at a time |
2021-11-23 | MINOR: shctx: add a few BUG_ON() for consistency checks |
2021-11-23 | BUG/MINOR: shctx: do not look for available blocks when the first one is enough |
2021-11-23 | BUG/MEDIUM: shctx: leave the block allocator when enough blocks are found |
2021-11-23 | BUG/MEDIUM: mux-h2: always process a pending shut read |
2021-11-23 | BUG/MEDIUM: ssl: abort with the correct SSL error when SNI not found |
2021-11-23 | BUG/MINOR: stick-table/cli: Check for invalid ipv6 key |
2021-11-23 | BUG/MEDIUM: connection: make cs_shutr/cs_shutw//cs_close() idempotent |
2021-11-23 | BUG/MINOR: mux-h2: Fix H2_CF_DEM_SHORT_READ value |
2021-11-23 | BUG/MINOR: mworker: doesn't launch the program postparser |
2021-11-23 | BUG/MEDIUM: conn-stream: Don't reset CS flags on close |
2021-11-23 | Revert "BUG/MINOR: http-ana: Don't eval front after-response rules if stopped on back" |
2021-11-23 | BUG/MINOR: http-ana: Apply stop to the current section for http-response rules |
2021-11-23 | BUG/MEDIUM: ssl: backend TLS resumption with sni and TLSv1.3 |
2021-11-16 | BUG/MEDIUM: mux-h1: Fix H1C_F_ST_SILENT_SHUT value |
2021-11-03 | BUG/MINOR: halog: Add missing newlines in die() messages |
2021-11-03 | BUG/MINOR: sample: fix backend direction flags consecutive to last fix |
2021-11-03 | BUG/MEDIUM: sample: Cumulate frontend and backend sample validity flags |
2021-11-03 | BUG/MINOR: vars: properly set the argument parsing context in the expression |
2021-11-03 | BUG/MINOR: vars: improve accuracy of the rules used to check expression validity |
2021-11-03 | BUG/MEDIUM: stream-int: Block reads if channel cannot receive more data |
2021-11-03 | BUG/MINOR: http: Authorization value can have multiple spaces after the scheme |
2021-11-03 | BUG/MEDIUM: http-ana: Drain request data waiting the tarpit timeout expiration |
2021-11-03 | BUG/MEDIUM: resolvers: Track api calls with a counter to free resolutions |
2021-11-03 | BUG/MEDIUM: resolvers: Don't recursively perform requester unlink |
2021-11-03 | BUG/MEDIUM: mux-h1: Perform a connection shutdown when the h1c is released |
2021-11-03 | BUG/MINOR: mux-h1: Save shutdown mode if the shutdown is delayed |
2021-11-03 | BUG/MINOR: mux-h2: do not prevent from sending a final GOAWAY frame |
2021-11-03 | BUG/MAJOR: buf: fix varint API post- vs pre- increment |
2021-11-03 | BUG/MEDIUM: resolvers: always check a valid item in query_list |
2021-11-03 | BUG/MAJOR: resolvers: add other missing references during resolution removal |
2021-11-03 | BUG/MEDIUM: resolvers: use correct storage for the target address |
2021-11-03 | BUG/MEDIUM: resolvers: fix truncated TLD consecutive to the API fix |
2021-11-03 | BUG/MINOR: resolvers: do not reject host names of length 255 in SRV records |
2021-11-03 | BUG/MEDIUM: resolver: make sure to always use the correct hostname length |
2021-11-03 | BUG/MEDIUM: tcpcheck: Properly catch early HTTP parsing errors |
2021-10-19 | BUG/MEDIUM: sample: properly verify that variables cast to sample |
2021-10-19 | BUG/MEDIUM: stream: Keep FLT_END analyzers if a stream detects a channel error |
2021-10-19 | BUG/MINOR: http-ana: Don't eval front after-response rules if stopped on back |
2021-10-19 | BUG/MEDIUM: mux_h2: Handle others remaining read0 cases on partial frames |
2021-10-19 | BUG/MEDIUM: stream-int: Defrag HTX message in si_cs_recv() if necessary |
2021-10-08 | BUG/MEDIUM: leastconn: fix rare possibility of divide by zero |
2021-10-04 | BUG/MEDIUM: http-ana: Clear request analyzers when applying redirect rule |
2021-10-04 | BUG/MEDIUM: filters: Fix a typo when a filter is attached blocking the release |
2021-10-04 | MINOR: tasks: catch TICK_ETERNITY with BUG_ON() in __task_queue() |
2021-10-04 | BUG/MINOR: tcp-rules: Stop content rules eval on read error and end-of-input |
2021-10-04 | BUG/MINOR: tcpcheck: Don't use arg list for default proxies during parsing |
2021-10-04 | BUG/MAJOR: lua: use task_wakeup() to properly run a task once |
2021-10-04 | BUG/MEDIUM: lua: fix wakeup condition from sleep() |
2021-10-04 | BUG/MINOR: mux-h1/mux-fcgi: Sanitize TE header to only send "trailers" |
2021-10-04 | BUG/MEDIUM: stream: Stop waiting for more data if SI is blocked on RXBLK_ROOM |
2021-10-04 | BUG/MEDIUM: stream-int: Notify stream that the mux wants more room to xfer data |
2021-10-04 | BUG/MEDIUM: mux-h1: Adjust conditions to ask more space in the channel buffer |
2021-10-01 | BUG/MINOR: http-ana: increment internal_errors counter on response error |
2021-10-01 | BUG/MINOR: h1-htx: Fix a typo when request parser is reset |
2021-10-01 | BUG/MINOR: server: allow 'enable health' only if check configured |
2021-09-20 | BUG/MINOR: cli/payload: do not search for args inside payload |
2021-09-20 | BUG/MINOR: tcpcheck: Improve LDAP response parsing to fix LDAP check |
2021-09-20 | BUG/MINOR: compat: make sure __WORDSIZE is always defined |
2021-09-20 | BUG/MEDIUM: stream-int: Don't block SI on a channel policy if EOI is reached |
2021-09-20 | BUG/MINOR: systemd: ExecStartPre must use -Ws |
2021-09-20 | BUG/MINOR: filters: Set right FLT_END analyser depending on channel |
2021-09-20 | BUG/MINOR: filters: Always set FLT_END analyser when CF_FLT_ANALYZE flag is set |
2021-09-20 | BUG/MEDIUM: http-ana: Reset channels analysers when returning an error |
2021-09-20 | BUG/MINOR: stream: Don't release a stream if FLT_END is still registered |
2021-09-20 | BUG/MINOR: lua: Don't yield in channel.append() and channel.set() |
2021-09-20 | BUG/MINOR: lua: Yield in channel functions only if lua context can yield |
2021-09-07 | Revert "BUG/MINOR: stream-int: Don't block reads in si_update_rx() if chn may receive" |
2021-09-03 | BUG/MAJOR: htx: fix missing header name length check in htx_add_header/trailer |
2021-09-03 | BUG/MINOR: config: reject configs using HTTP with bufsize >= 256 MB |
2021-09-03 | BUG/MINOR: vars: fix set-var/unset-var exclusivity in the keyword parser |
2021-09-03 | BUG/MINOR: tools: Fix loop condition in dump_text() |
2021-09-03 | BUG/MINOR threads: Use get_(local|gm)time instead of (local|gm)time |
2021-09-03 | BUG/MINOR: ebtree: remove dependency on incorrect macro for bits per long |
2021-09-03 | BUG/MINOR: lua: use strlcpy2() not strncpy() to copy sample keywords |
2021-09-03 | BUG/MEDIUM: base64: check output boundaries within base64{dec,urldec} |
2021-09-03 | BUG/MINOR: stick-table: fix the sc-set-gpt* parser when using expressions |
2021-08-27 | BUG/MEDIUM: sock: really fix detection of early connection failures in for 2.3- |
2021-08-20 | BUG/MEDIUM: h2: match absolute-path not path-absolute for :path |
2021-08-17 | BUG/MEDIUM: h2: give :authority precedence over Host |
2021-08-17 | BUG/MAJOR: h2: enforce stricter syntax checks on the :method pseudo-header |
2021-08-17 | BUG/MAJOR: h2: verify that :path starts with a '/' before concatenating it |
2021-08-17 | BUG/MAJOR: h2: verify early that non-http/https schemes match the valid syntax |
2021-08-13 | BUG/MEDIUM: cfgcheck: verify existing log-forward listeners during config check |
2021-08-12 | BUG/MEDIUM: spoe: Fix policy to close applets when SPOE connections are queued |
2021-08-12 | BUG/MINOR: tcpcheck: Properly detect pending HTTP data in output buffer |
2021-08-12 | BUG/MINOR: buffer: fix buffer_dump() formatting |
2021-08-12 | BUG/MEDIUM: spoe: Create a SPOE applet if necessary when the last one is released |
2021-08-12 | BUG/MINOR: server: update last_change on maint->ready transitions too |
2021-08-12 | BUG/MINOR: pollers: always program an update for migrated FDs |
2021-08-12 | BUG/MINOR: poll: fix abnormally high skip_fd counter |
2021-08-12 | BUG/MINOR: select: fix excess number of dead/skip reported |
2021-08-12 | BUG/MEDIUM: pollers: clear the sleeping bit after waking up, not before |
2021-08-12 | BUG/MINOR: connection: Add missing error labels to conn_err_code_str |
2021-08-12 | BUG/MEDIUM: mux-h2: Handle remaining read0 cases on partial frames |
2021-07-27 | BUG/MINOR: mux-h2: Obey dontlognull option during the preface |
2021-07-27 | BUG/MINOR: systemd: must check the configuration using -Ws |
2021-07-27 | BUG/MINOR: resolvers: Use a null-terminated string to lookup in servers tree |
2021-07-27 | BUG/MINOR: check: fix the condition to validate a port-less server |
2021-07-27 | BUG/MEDIUM: ssl_sample: fix segfault for srv samples on invalid request |
2021-07-27 | BUG/MINOR: mworker: do not export HAPROXY_MWORKER_REEXEC across programs |
2021-07-27 | BUG/MEDIUM: mworker: do not register an exit handler if exit is expected |
2021-07-08 | BUG/MAJOR: pools: second fix for incomplete backport of lockless pool fix |
2021-07-08 | BUG/MAJOR: pools: fix incomplete backport of lockless pool fix |
2021-07-06 | BUG/MINOR: peers: fix data_type bit computation more than 32 data_types |
2021-07-06 | BUG/MEDIUM: resolvers: Make 1st server of a template take part to SRV resolution |
2021-07-06 | BUG/MINOR: resolvers: Reset server IP when no ip is found in the response |
2021-07-06 | BUG/MINOR: resolvers: Always attach server on matching record on resolution |
2021-07-06 | BUG/MINOR: resolvers: Use resolver's lock in resolv_srvrq_expire_task() |
2021-07-06 | BUG/MEDIUM: resolvers: Add a task on servers to check SRV resolution status |
2021-07-06 | BUG/MINOR: server: Forbid to set fqdn on the CLI if SRV resolution is enabled |
2021-07-06 | BUG/MINOR: server-state: load SRV resolution only if params match the config |
2021-07-06 | BUG/MINOR: stick-table: fix several printf sign errors dumping tables |
2021-07-06 | BUG/MINOR: cli: fix server name output in "show fd" |
2021-07-06 | BUG/MEDIUM: sock: make sure to never miss early connection failures |
2021-06-30 | BUG/MINOR: tcpcheck: Fix numbering of implicit HTTP send/expect rules |
2021-06-30 | BUG/MINOR: checks: return correct error code for srv_parse_agent_check |
2021-06-30 | BUG/MAJOR: server: fix deadlock when changing maxconn via agent-check |
2021-06-30 | BUG/MINOR: server/cli: Fix locking in function processing "set server" command |
2021-06-30 | BUG/MEDIUM: server/cli: Fix ABBA deadlock when fqdn is set from the CLI |
2021-06-30 | BUG/MAJOR: resolvers: segfault using server template without SRV RECORDs |
2021-06-30 | BUG/MINOR: resolvers: answser item list was randomly purged or errors |
2021-06-18 | BUG/MEDIUM: dns: send messages on closed/reused fd if fd was detected broken |
2021-06-17 | BUG/MINOR: stats: make "show stat typed desc" work again |
2021-06-17 | BUG/MAJOR: queue: set SF_ASSIGNED when setting strm->target on dequeue |
2021-06-17 | BUG/MINOR: mworker: fix typo in chroot error message |
2021-06-17 | BUG/MINOR: ssl: use atomic ops to update global shctx stats |
2021-06-17 | BUG/MEDIUM: shctx: use at least thread-based locking on USE_PRIVATE_CACHE |
2021-06-17 | BUG/MINOR: stick-table: insert srv in used_name tree even with fixed id |
2021-06-17 | BUG/MINOR: mux-fcgi: Expose SERVER_SOFTWARE parameter by default |
2021-06-17 | BUG/MAJOR: htx: Fix htx_defrag() when an HTX block is expanded |
2021-06-17 | BUG/MAJOR: pools: fix possible race with free() in the lockless variant |
2021-06-16 | BUG/MINOR: pools: fix a possible memory leak in the lockless pool_flush() |
2021-06-10 | BUG/MEDIUM: compression: Add a flag to know the filter is still processing data |
2021-06-10 | BUG/MINOR: ssl: OCSP stapling does not work if expire too far in the future |
2021-06-10 | BUG/MAJOR: stream-int: Release SI endpoint on server side ASAP on retry |
2021-06-10 | BUG/MINOR: lua/vars: prevent get_var() from allocating a new name |
2021-05-31 | BUG/MINOR: proxy: Missing calloc return value check in chash_init_server_tree |
2021-05-31 | BUG/MINOR: http: Missing calloc return value check in make_arg_list |
2021-05-31 | BUG/MINOR: http: Missing calloc return value check while parsing redirect rule |
2021-05-31 | BUG/MINOR: worker: Missing calloc return value check in mworker_env_to_proc_list |
2021-05-31 | BUG/MINOR: compression: Missing calloc return value check in comp_append_type/algo |
2021-05-31 | BUG/MINOR: http: Missing calloc return value check while parsing tcp-request rule |
2021-05-31 | BUG/MINOR: http: Missing calloc return value check while parsing tcp-request/tcp-response |
2021-05-31 | BUG/MINOR: proxy: Missing calloc return value check in proxy_defproxy_cpy |
2021-05-31 | BUG/MINOR: proxy: Missing calloc return value check in proxy_parse_declare |
2021-05-31 | BUG/MINOR: http: Missing calloc return value check in parse_http_req_capture |
2021-05-31 | BUG/MINOR: ssl: Missing calloc return value check in ssl_init_single_engine |
2021-05-31 | BUG/MINOR: peers: Missing calloc return value check in peers_register_table |
2021-05-31 | BUG/MINOR: server: Missing calloc return value check in srv_parse_source |
2021-05-31 | BUG/MINOR: http-ana: Handle L7 retries on refused early data before K/A aborts |
2021-05-31 | BUG/MINOR: http-comp: Preserve HTTP_MSGF_COMPRESSIONG flag on the response |
2021-05-31 | BUG/MEDIUM: filters: Exec pre/post analysers only one time per filter |
2021-05-31 | BUG/MAJOR: server: prevent deadlock when using 'set maxconn server' |
2021-05-31 | BUG/MEDIUM: ebtree: Invalid read when looking for dup entry |
2021-05-25 | BUG/MEDIUM: mux-h1: Properly report client close if abortonclose option is set |
2021-05-25 | BUG/MINOR: stream-int: Don't block reads in si_update_rx() if chn may receive |
2021-05-11 | BUG/MINOR: http_fetch: fix possible uninit sockaddr in fetch_url_ip/port |
2021-05-07 | BUG/MINOR: checks: Reschedule check on observe mode only if fastinter is set |
2021-05-07 | BUG/MINOR: checks: Handle synchronous connect when a tcpcheck is started |
2021-05-07 | BUG/MINOR: stream: Reset stream final state and si error type on L7 retry |
2021-05-07 | BUG/MINOR: stream: properly clear the previous error mask on L7 retries |
2021-05-07 | BUG/MINOR: stream: Decrement server current session counter on L7 retry |
2021-05-05 | BUG/MEDIUM: dns: reset file descriptor if send returns an error |
2021-05-05 | MINOR: pools/debug: slightly relax DEBUG_DONT_SHARE_POOLS |
2021-05-05 | BUG/MINOR: ssl/cli: fix a lock leak when no memory available |
2021-05-05 | BUG/MEDIUM: cli: prevent memory leak on write errors |
2021-05-05 | BUG/MINOR: hlua: Don't rely on top of the stack when using Lua buffers |
2021-04-28 | BUG/MEDIUM: peers: reset tables stage flags stages on new conns |
2021-04-28 | BUG/MEDIUM: peers: re-work updates lookup during the sync on the fly |
2021-04-28 | BUG/MEDIUM: peers: reset commitupdate value in new conns |
2021-04-28 | BUG/MEDIUM: peers: reset starting point if peers appears longly disconnected |
2021-04-28 | BUG/MEDIUM: peers: stop considering ack messages teaching a full resync |
2021-04-28 | BUG/MEDIUM: peers: register last acked value as origin receiving a resync req |
2021-04-28 | BUG/MEDIUM: peers: initialize resync timer to get an initial full resync |
2021-04-28 | BUG/MINOR: applet: Notify the other side if data were consumed by an applet |
2021-04-28 | BUG/MINOR: htx: Preserve HTX flags when draining data from an HTX message |
2021-04-28 | BUG/MINOR: mux-fcgi: Don't send normalized uri to FCGI application |