Commit 88b206b
committed
fix(apm): give users access to raw server responses
We were building server responses if the reply was `null`, which
was only the case for some primitives which we were not passing up
to the porcelain driver. Now we are doing that, so there should
be no need to hand craft responses.
NODE-11901 parent fbad159 commit 88b206b
2 files changed
Lines changed: 11 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
516 | 516 | | |
517 | 517 | | |
518 | 518 | | |
519 | | - | |
520 | | - | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
521 | 522 | | |
522 | 523 | | |
523 | 524 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2110 | 2110 | | |
2111 | 2111 | | |
2112 | 2112 | | |
2113 | | - | |
| 2113 | + | |
| 2114 | + | |
| 2115 | + | |
| 2116 | + | |
| 2117 | + | |
| 2118 | + | |
| 2119 | + | |
| 2120 | + | |
2114 | 2121 | | |
2115 | 2122 | | |
2116 | 2123 | | |
| |||
0 commit comments