tdiary / tdiary-core

tDiary, The TSUKKOMI-able Weblog.
https://tdiary.org/
GNU General Public License v2.0
171 stars 67 forks source link

Try to avoid to load env[rack.input].rewind #1147

Closed hsbt closed 5 months ago

hsbt commented 5 months ago

env["rack.input"] didn't use in call method. So, there is no need to rewind that.

Fixed https://github.com/tdiary/tdiary-core/issues/1143

hsbt commented 5 months ago

Closing favor of https://github.com/tdiary/tdiary-core/pull/1148