| Author | Dave Jarvis <email> |
|---|---|
| Date | 2026-02-14 14:31:06 GMT-0800 |
| Commit | 58a559c9c048054242217d9c2046e7a1b868e48a |
| Parent | bbf6a60 |
| $file = $this->git->readFile($this->hash, $filename); | ||
| - error_log("RawPage: GET name = " . ($_GET['name'] ?? 'NULL')); | ||
| - error_log("RawPage: filename = $filename"); | ||
| - error_log("RawPage: hash = {$this->hash}"); | ||
| - error_log("RawPage: file size = " . $this->git->getObjectSize($this->hash)); | ||
| - | ||
| while (ob_get_level()) { | ||
| ob_end_clean(); | ||
| } | ||
| $file->emitRawHeaders(); | ||
| - | ||
| - error_log("RawPage: headers emitted"); | ||
| $this->git->stream($this->hash, function($d) { |
| Delta | 0 lines added, 7 lines removed, 7-line decrease |
|---|