Changes between Initial Version and Version 1 of Ticket #29186, comment 4


Ignore:
Timestamp:
Dec 25, 2018, 3:15:38 AM (6 years ago)
Author:
HyunTae Hwang

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29186, comment 4

    initial v1  
    33Respect to direx and Tim, I think django framework has to replace the SocketHandler to its own SocketHandler that replace the WSGIRequest object with pickle-able dictionary.
    44
    5 Dhango framework should respect the design philosophy of Python. So it’s unfair changing SocketHandler.
     5Django framework should respect the design philosophy of Python. So it’s unfair changing SocketHandler.
    66
    77And it’s unfair blocking SocketHandler or removing request object when it passed into handlers.
Back to Top