Tuesday, 13 September 2016

So today it was a new technology that I just read about.
HTTP/2
HTTP/2 (originally named HTTP/2.0) is a major revision of the HTTP network protocol used by the World Wide Web. It was developed from the earlier experimental SPDY protocol, originally developed by Google. HTTP/2 was developed by the Hypertext Transfer Protocol working group (httpbis, where bis means "second") of the Internet Engineering Task Force.HTTP/2 is the first new version of HTTP since HTTP 1.1, which was standardized in RFC 2068 in 1997. The Working Group presented HTTP/2 to IESG for consideration as a Proposed Standard in December 2014, and IESG approved it to publish as Proposed Standard on February 17, 2015.The HTTP/2 specification was published as RFC 7540 in May 2015.
The standardization effort was supported by Chrome, Opera, Firefox, Internet Explorer 11, Safari, Amazon Silk, and Edge browsers.[9] Most major browsers added HTTP/2 support by the end of 2015.
The technology whaich was to be used is based upon this protocol. nghttp/2
nghttp2 is an implementation of HTTP/2 and its header compression algorithm HPACK in C.
The framing layer of HTTP/2 is implemented as a form of reusable C library. On top of that, we have implemented HTTP/2 client, server and proxy. We have also developed load test and benchmarking tool for HTTP/2 and SPDY.
We have participated in httpbis working group since HTTP/2 draft-04, which is the first implementation draft. Since then we have updated nghttp2 library constantly to latest specification and nghttp2 is now one of the most mature HTTP/2 implementations.
All C APIs are fully documented.
HTTP/2 utilizes header compression method called HPACK. We offer HPACK encoder and decoder are available as public API.
nghttp2 library itself is a bit low-level. The experimental high level C++ API is also available.

Monday, 12 September 2016

after placement

So after getting placed, I returned back to the company and got back to work. Today I removed almost all errors but the memory issue did not resolve. I disabled some files which were not needed in the build and also in the project that we are doing.

but all in vain, it did not solve the issue. So sir asked to drop the project and told me from tomorrow we will do something new and keep this project at halt and see what we can do.


Friday, 9 September 2016

Thursday, 8 September 2016

Wednesday, 7 September 2016

Tuesday, 6 September 2016

Monday, 5 September 2016