Commit 9a2fcc9
[HttpKernel] Add a \"short\" trace header format, make header configurable
1 parent 65b46a5 commit 9a2fcc9Copy full SHA for 9a2fcc9
File tree
Expand file treeCollapse file tree
5 files changed
+76
-4
lines changedOpen diff view settings
Filter options
- src/Symfony/Component/HttpKernel
- HttpCache
- Tests/HttpCache
Expand file treeCollapse file tree
5 files changed
+76
-4
lines changedOpen diff view settings
Collapse file
src/Symfony/Component/HttpKernel/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/CHANGELOG.md+1Lines changed: 1 addition & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
24 | 24 | |
25 | 25 | |
26 | 26 | |
| 27 | + |
27 | 28 | |
28 | 29 | |
29 | 30 | |
|
Collapse file
src/Symfony/Component/HttpKernel/HttpCache/HttpCache.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/HttpCache/HttpCache.php+33-3Lines changed: 33 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
40 | 40 | |
41 | 41 | |
42 | 42 | |
43 | | - |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
44 | 51 | |
45 | 52 | |
46 | 53 | |
| ||
87 | 94 | |
88 | 95 | |
89 | 96 | |
| 97 | + |
| 98 | + |
90 | 99 | |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
91 | 104 | |
92 | 105 | |
93 | 106 | |
| ||
110 | 123 | |
111 | 124 | |
112 | 125 | |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
113 | 143 | |
114 | 144 | |
115 | 145 | |
| ||
194 | 224 | |
195 | 225 | |
196 | 226 | |
197 | | - |
198 | | - |
| 227 | + |
| 228 | + |
199 | 229 | |
200 | 230 | |
201 | 231 | |
|
Collapse file
src/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php+38Lines changed: 38 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1508 | 1508 | |
1509 | 1509 | |
1510 | 1510 | |
| 1511 | + |
| 1512 | + |
| 1513 | + |
| 1514 | + |
| 1515 | + |
| 1516 | + |
| 1517 | + |
| 1518 | + |
| 1519 | + |
| 1520 | + |
| 1521 | + |
| 1522 | + |
| 1523 | + |
| 1524 | + |
| 1525 | + |
| 1526 | + |
| 1527 | + |
| 1528 | + |
| 1529 | + |
| 1530 | + |
| 1531 | + |
| 1532 | + |
| 1533 | + |
| 1534 | + |
| 1535 | + |
| 1536 | + |
| 1537 | + |
| 1538 | + |
| 1539 | + |
| 1540 | + |
| 1541 | + |
| 1542 | + |
| 1543 | + |
| 1544 | + |
| 1545 | + |
| 1546 | + |
| 1547 | + |
| 1548 | + |
1511 | 1549 | |
1512 | 1550 | |
1513 | 1551 | |
|
Collapse file
src/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTestCase.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTestCase.php+3-1Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
122 | 122 | |
123 | 123 | |
124 | 124 | |
125 | | - |
| 125 | + |
| 126 | + |
| 127 | + |
126 | 128 | |
127 | 129 | |
128 | 130 | |
|
Collapse file
src/Symfony/Component/HttpKernel/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/composer.json+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
22 | 22 | |
23 | 23 | |
24 | 24 | |
| 25 | + |
25 | 26 | |
26 | 27 | |
27 | 28 | |
|
0 commit comments