Kishan K

Results 15 comments of Kishan K

> It looks like we should be able to do something like that. Do you mind making a pull request with the changes and I can test it a bit...

> Hi @kishankarun , > > Did your change go in to http_parser lib? Hi @MeritedHobbit , It was not quite easy to dig in to http_parser lib. I had...

@MeritedHobbit This was my basic idea. The application is basically an event listener. This is the beginning. ``` from flask import Flask, jsonify app = Flask(__name__) @app.post('/event/') def redfish_listener(): data...

I am also facing the same issue.