Weekly Check In - 1

adityaa30
Published: 06/11/2020

What did I do till now?

As the Community Bonding phase finished I started coding the HTTP/2 Client Protocol. I started simple with adding support for GET requests.

Whats coming up next? 

Next week I plan to

  • Add support for GET and POST requests for HTTP/2
  • Setup base classes used for testing the Client Protocol

Did I get stuck anywhere?

Initially I was intimidated with some of the libraries that I was using for my project. Now, I am comfortable working with them. I was stuck with the issue of combining different chunks of data received from the server for multiple streams in proper order but now its fixed 😊