Commit db449e4
Bump src/code.cloudfoundry.org/gorouter
Bump
Clay Kauzlaric:
Add ability to disable hairpin routing to internal route services
[finishes #164809856]
Signed-off-by: Clay Kauzlaric <[email protected]>1 parent a55a1f3 commit db449e4
File tree
4 files changed
+22
-1
lines changed- jobs/gorouter
- templates
- spec
- src/code.cloudfoundry.org
4 files changed
+22
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
139 | 142 | | |
140 | 143 | | |
141 | 144 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| 174 | + | |
174 | 175 | | |
175 | 176 | | |
176 | 177 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
142 | 158 | | |
143 | 159 | | |
144 | 160 | | |
| |||
177 | 193 | | |
178 | 194 | | |
179 | 195 | | |
| 196 | + | |
180 | 197 | | |
181 | 198 | | |
182 | 199 | | |
| |||
- config/config.go+1
- handlers/requestinfo.go+6-6
- handlers/routeservice.go+2-2
- handlers/routeservice_test.go+39-7
- integration/common_integration_test.go+18-7
- integration/main_test.go+2-2
- integration/x_forwarded_proto_integration_test.go+28-24
- integration/xfcc_integration_test.go+12-9
- main.go+1
- proxy/proxy_suite_test.go+1
- proxy/proxy_unit_test.go+1
- proxy/round_tripper/proxy_round_tripper.go+5-8
- proxy/round_tripper/proxy_round_tripper_test.go+1-1
- proxy/route_service_test.go+5-1
- router/router_test.go+1-1
- routeservice/routeservice_config.go+19-12
- routeservice/routeservice_config_test.go+35-9
- test_util/helpers.go+12-12
0 commit comments