write settings for http2 session using nghttp2 - c++11

I am using nghttp2 library in its c++ wrapper for building an application
I would need to modify settings frame when creating the connection. Looking at API libnghttp2_asio
I don't see any way to write settings frame.
Could someone help me on this?
Thanks in advance and regards

Related

How to link customized chromium fork with omaha?

I have been working on a chromium fork to build a custom desktop browser, however I am stuck at implementing the auto-update mechanism for browser.
I am using Crystalnix omaha server and have successfully set it up on docker but couldn't find any guide or tutorials on what changes should need to be made on browser side and where?
If somebody could give some pointers or provide a link to some documentation would be great.

How to make jmeter behave like a browser

I'm new to JMeter and I've already read some guidelines and all. Now i wanna focus on making my JMeter behave more like a browser. I've already set up everything according to this guide, but I'd like to know if there are any more advanced settings I could apply. Haven't found anything else so far. I'm greatful for any advice!
You can run jmeter in java code and use html in response to open in browser using desktop

how can i record JFR for jdk1.7_02 version

I want to record JFR(Java Flight recorder) for an live application hosted on jdk1.7_02. I know that JFR was only introduced after jdk1.7_40. But can i do the same for jdk1.7_02 version by any means?? Please suggest if anybody has any idea. And if it is not possible, could somebody suggest me which open source profiling tool shall i use for application using jdk1.7_02 . Thanks in advance.
JFR with 1.7.0_02 is impossible.
You could try VisualVM.

Extension Library in Domino: Server or Client? Or both?

this may seem like a dumb question but im not that long into Notes/Domino.
I want to run Extension Library by openNTF. Now the question is, if i develop an application with it, can the application itself be used by other clients eventough they dont have the Ext. Lib. installed?
And when i say used i mean USED, not edited. And if not, do they need Ext.Lib.(client) too or can i just install it on the Server? Or do i have to install it on both?
Sorry for the bad english.
Thanks if you can answer :)
Using one of the OSGI Plug-ins (the Extension Library is one such plugins) means that the machine running the code will need to have that plug-in already installed.
This is an excellent first step from Stephan Wissel
You are going to need to set up an updatesite for your server in any case. If your users are using the Xpages application using the browser they won't need to install anything, if you are counting in using XPinc (XPages in Notes Client), then the library will need to be pushed to the user's local machines as well, typically with a widget catalog.

Is there any way to automate the testing of flash within web pages using Watir-Webdriver?

I am attempting to test several web pages built in Flex, and need to automate clicking on several videos through the Flash interface. I'm using Ruby and Watir-Webdriver, but I'm not sure how to interact with Flash using them.
Has anyone figured this out? I've tried using Sikuli, but have found it to be a little clunky and not very fast. Any ideas would be greatly appreciated.
I will quote myself:
It is important to say that Watir CAN NOT control browser plugins like
Java applets, Adobe Flash or Microsoft Silverlight.
From https://github.com/zeljkofilipin/watirbook/blob/master/about.md
There is a way though. You can embed javascript into your ruby watir script.
It has worked for me
browser.execute_script <<-JS
Global.videoPlayer.sendEvent("play")
JS
Similarly you can do a pause or stop based on the controller on the player
Enjoy !!

Resources