Skip to content

Commit f53df40

Browse files
committed
send method bugfix
1 parent 7aaef79 commit f53df40

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- `Fixed` for any bug fixes.
1313
- `Security` in case of vulnerabilities
1414

15+
## [2.0.3] - 2024.12.26
16+
17+
### Fixed
18+
19+
- Fixed bug in `send` method resetting response
20+
1521
## [2.0.2] - 2024.12.23
1622

1723
### Added

src/Response.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -334,10 +334,6 @@ public function send(): void
334334
echo $this->getBody();
335335
}
336336

337-
// -------------------- Reset --------------------
338-
339-
$this->reset();
340-
341337
}
342338

343339
/**

0 commit comments

Comments
 (0)