Commit 668aa02
authored
1.1 dev (#19)
* Add vagrant development environment
* Fix typo
* Fix #14 Delegate request content type to response
* Update changelog
* Fix #16 fix output buffer termination
add shutdown event
rename `Application::cleanUp` to `Application::collectGarbage`
rename `Application::finishRequest` to `Application::shutdown`
* Fix code style. Fluent setter update
* Fix #17 Add logic for forcing response emitting
* Fix #15 Enhance error handling logic
* update content delegation
* update loggers
* log errors on runtime errors
* fix typo
* fix typo
* Fix #3, #4, #5
* Update Application.php
* Fix wrong response determined by content type delegation
* remove unused tests1 parent b4afec3 commit 668aa02
4 files changed
Lines changed: 25 additions & 45 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
3 | 9 | | |
4 | 10 | | |
5 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
121 | 127 | | |
122 | 128 | | |
123 | 129 | | |
| |||
409 | 415 | | |
410 | 416 | | |
411 | 417 | | |
412 | | - | |
| 418 | + | |
413 | 419 | | |
414 | 420 | | |
415 | 421 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
2 | 11 | | |
3 | 12 | | |
4 | 13 | | |
| |||
371 | 380 | | |
372 | 381 | | |
373 | 382 | | |
| 383 | + | |
374 | 384 | | |
375 | | - | |
376 | 385 | | |
377 | 386 | | |
378 | 387 | | |
379 | 388 | | |
| 389 | + | |
380 | 390 | | |
381 | 391 | | |
382 | 392 | | |
| |||
This file was deleted.
0 commit comments