File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
1
+ 2017/12/30 : 1.8.3
2
+ - BUG/MEDIUM: h2: properly handle and report some stream errors
3
+ - BUG/MEDIUM: h2: improve handling of frames received on closed streams
4
+ - DOC/MINOR: configuration: typo, formatting fixes
5
+ - BUG/MEDIUM: h2: ensure we always know the stream before sending a reset
6
+ - BUG/MEDIUM: mworker: don't close stdio several time
7
+ - MINOR: don't close stdio anymore
8
+ - BUG/MEDIUM: http: don't automatically forward request close
9
+ - BUG/MAJOR: hpack: don't return direct references to the dynamic headers table
10
+ - MEDIUM: h2: prepare a graceful shutdown when the frontend is stopped
11
+
1
12
2017/12/23 : 1.8.2
2
13
- BUG/MINOR: action: Don't check http capture rules when no id is defined
3
14
- BUG/MAJOR: hpack: don't pretend large headers fit in empty table
Original file line number Diff line number Diff line change 1
1
FROM centos:centos7
2
2
3
3
ENV HAPROXY_MJR_VERSION=1.8 \
4
- HAPROXY_VERSION=1.8.2 \
4
+ HAPROXY_VERSION=1.8.3 \
5
5
HAPROXY_CONFIG='/etc/haproxy/haproxy.cfg' \
6
6
HAPROXY_ADDITIONAL_CONFIG='' \
7
7
HAPROXY_PRE_RESTART_CMD='' \
You can’t perform that action at this time.
0 commit comments