Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion main/lib/http2/session.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export class Http2WebTransportSession {

sendInitialParameters() {
let skip = false //skips the initial parameters at environment with settings
if (process) {
if (typeof process !== 'undefined') {
if (process.version) {
const majorVersion = parseInt(
process.version.split('.')[0].substring(1)
Expand Down
2 changes: 1 addition & 1 deletion main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fails-components/webtransport",
"version": "1.5.1",
"version": "1.5.2",
"description": "A component to add webtransport support (server and client) to node.js using libquiche",
"exports": {
".": {
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fails-components/webtransport-workspace",
"version": "1.5.1",
"version": "1.5.2",
"description": "A component to add webtransport support (server and client) to node.js using libquiche",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fails-components/webtransport-tests",
"version": "1.5.1",
"version": "1.5.2",
"description": "An automated test for the webtransport component",
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion transports/http3-quiche/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fails-components/webtransport-transport-http3-quiche",
"version": "1.5.1",
"version": "1.5.2",
"description": "A component to add webtransport support (server and client) to node.js, transport using libquiche",
"exports": {
".": {
Expand Down