Skip to content

Minor Bugfix & Prebuilt binary removal

Compare
Choose a tag to compare
@bogdanfinn bogdanfinn released this 07 Apr 10:02
· 108 commits to master since this release

Bugfixes

  • Fixed the priority frame for the recently added android profiles. Again thanks to BUGBEAR#8319 for providing all the logs.
    Just FYI: when you create custom profiles you can suppress the Priority Header frame by just setting a pointer to an empty PriorityParam struct on the clientProfile.
var profile = ClientProfile{
    headerPriority: &http2.PriorityParam{},
}

Important Changes
In order to reduce the repository size and also wished here: #31 i decided to remove the prebuilt binaries from the Github code repository. The prebuilt binaries will now be added as Releases here.

Also i cleaned the Readme in the project and we will now switch to the new official documentation for that project: https://bogdanfinn.gitbook.io/open-source-oasis/