equal
deleted
inserted
replaced
103 sys.exit(0) |
103 sys.exit(0) |
104 |
104 |
105 handlers = { |
105 handlers = { |
106 str: sendresponse, |
106 str: sendresponse, |
107 wireproto.streamres: sendstream, |
107 wireproto.streamres: sendstream, |
|
108 wireproto.streamres_legacy: sendstream, |
108 wireproto.pushres: sendpushresponse, |
109 wireproto.pushres: sendpushresponse, |
109 wireproto.pusherr: sendpusherror, |
110 wireproto.pusherr: sendpusherror, |
110 wireproto.ooberror: sendooberror, |
111 wireproto.ooberror: sendooberror, |
111 } |
112 } |
112 |
113 |