Commit d18d504
Stephan Krinetzki
fix: search_handler yields bytes and handle None in entity_extended_display
- search_handler yielded str from dumps() instead of bytes,
causing TypeError in gunicorn when streaming search results
- entity_extended_display could return None for display/info
causing AttributeError on .strip() when searching for SPs
Tested on pyFF 2.1.5 with gunicorn 25.1.0 and Python 3.121 parent b619d50 commit d18d504
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
462 | 462 | | |
463 | 463 | | |
464 | 464 | | |
465 | | - | |
| 465 | + | |
466 | 466 | | |
467 | 467 | | |
468 | 468 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
841 | 841 | | |
842 | 842 | | |
843 | 843 | | |
844 | | - | |
| 844 | + | |
845 | 845 | | |
846 | 846 | | |
847 | 847 | | |
| |||
0 commit comments