| } | ||
| - // Fix: Check for ZLIB_STREAM_END to prevent reading to EOF on small headers | ||
| while( !feof( $fileHandle ) && strlen( $headerData ) < 32 ) { | ||
| if( inflate_get_status( $inflateContext ) === ZLIB_STREAM_END ) { |
| } | ||
| - public function __destruct() { | ||
| - echo $this->git->profileReport(); | ||
| - } | ||
| - | ||
| public function route(): Page { | ||
| $reqRepo = $_GET['repo'] ?? ''; |
| Author | Dave Jarvis <email> |
|---|---|
| Date | 2026-02-09 22:29:24 GMT-0800 |
| Commit | 68625e60b21564db05f186d4fafa9e2419505fa1 |
| Parent | 441a276 |
| Delta | 0 lines added, 5 lines removed, 5-line decrease |